Class ListBillingOptionsOptions.Builder
- java.lang.Object
-
- com.ibm.cloud.platform_services.enterprise_billing_units.v1.model.ListBillingOptionsOptions.Builder
-
- Enclosing class:
- ListBillingOptionsOptions
public static class ListBillingOptionsOptions.Builder extends java.lang.ObjectBuilder.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ListBillingOptionsOptions.BuilderbillingUnitId(java.lang.String billingUnitId)Set the billingUnitId.ListBillingOptionsOptionsbuild()Builds a ListBillingOptionsOptions.ListBillingOptionsOptions.Builderlimit(long limit)Set the limit.ListBillingOptionsOptions.Builderstart(java.lang.String start)Set the start.
-
-
-
Method Detail
-
build
public ListBillingOptionsOptions build()
Builds a ListBillingOptionsOptions.- Returns:
- the new ListBillingOptionsOptions instance
-
billingUnitId
public ListBillingOptionsOptions.Builder billingUnitId(java.lang.String billingUnitId)
Set the billingUnitId.- Parameters:
billingUnitId- the billingUnitId- Returns:
- the ListBillingOptionsOptions builder
-
limit
public ListBillingOptionsOptions.Builder limit(long limit)
Set the limit.- Parameters:
limit- the limit- Returns:
- the ListBillingOptionsOptions builder
-
start
public ListBillingOptionsOptions.Builder start(java.lang.String start)
Set the start.- Parameters:
start- the start- Returns:
- the ListBillingOptionsOptions builder
-
-