public static class GetResourceUsageReportOptions.Builder
extends java.lang.Object
| Constructor and Description |
|---|
Builder()
Instantiates a new builder.
|
| Modifier and Type | Method and Description |
|---|---|
GetResourceUsageReportOptions.Builder |
accountGroupId(java.lang.String accountGroupId)
Set the accountGroupId.
|
GetResourceUsageReportOptions.Builder |
accountId(java.lang.String accountId)
Set the accountId.
|
GetResourceUsageReportOptions.Builder |
billingUnitId(java.lang.String billingUnitId)
Set the billingUnitId.
|
GetResourceUsageReportOptions |
build()
Builds a GetResourceUsageReportOptions.
|
GetResourceUsageReportOptions.Builder |
children(java.lang.Boolean children)
Set the children.
|
GetResourceUsageReportOptions.Builder |
enterpriseId(java.lang.String enterpriseId)
Set the enterpriseId.
|
GetResourceUsageReportOptions.Builder |
limit(long limit)
Set the limit.
|
GetResourceUsageReportOptions.Builder |
month(java.lang.String month)
Set the month.
|
GetResourceUsageReportOptions.Builder |
offset(java.lang.String offset)
Set the offset.
|
public GetResourceUsageReportOptions build()
public GetResourceUsageReportOptions.Builder enterpriseId(java.lang.String enterpriseId)
enterpriseId - the enterpriseIdpublic GetResourceUsageReportOptions.Builder accountGroupId(java.lang.String accountGroupId)
accountGroupId - the accountGroupIdpublic GetResourceUsageReportOptions.Builder accountId(java.lang.String accountId)
accountId - the accountIdpublic GetResourceUsageReportOptions.Builder children(java.lang.Boolean children)
children - the childrenpublic GetResourceUsageReportOptions.Builder month(java.lang.String month)
month - the monthpublic GetResourceUsageReportOptions.Builder billingUnitId(java.lang.String billingUnitId)
billingUnitId - the billingUnitIdpublic GetResourceUsageReportOptions.Builder limit(long limit)
limit - the limitpublic GetResourceUsageReportOptions.Builder offset(java.lang.String offset)
offset - the offsetCopyright © 2021 IBM Cloud Platform Services. All rights reserved.