public static interface ListBillingGroupsRequest.Builder extends BillingconductorRequest.Builder, SdkPojo, CopyableBuilder<ListBillingGroupsRequest.Builder,ListBillingGroupsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListBillingGroupsRequest.Builder |
billingPeriod(String billingPeriod)
The preferred billing period to get billing groups.
|
default ListBillingGroupsRequest.Builder |
filters(Consumer<ListBillingGroupsFilter.Builder> filters)
A
ListBillingGroupsFilter that specifies the billing group and pricing plan to retrieve billing
group information. |
ListBillingGroupsRequest.Builder |
filters(ListBillingGroupsFilter filters)
A
ListBillingGroupsFilter that specifies the billing group and pricing plan to retrieve billing
group information. |
ListBillingGroupsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of billing groups to retrieve.
|
ListBillingGroupsRequest.Builder |
nextToken(String nextToken)
The pagination token that's used on subsequent calls to get billing groups.
|
ListBillingGroupsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListBillingGroupsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListBillingGroupsRequest.Builder billingPeriod(String billingPeriod)
The preferred billing period to get billing groups.
billingPeriod - The preferred billing period to get billing groups.ListBillingGroupsRequest.Builder maxResults(Integer maxResults)
The maximum number of billing groups to retrieve.
maxResults - The maximum number of billing groups to retrieve.ListBillingGroupsRequest.Builder nextToken(String nextToken)
The pagination token that's used on subsequent calls to get billing groups.
nextToken - The pagination token that's used on subsequent calls to get billing groups.ListBillingGroupsRequest.Builder filters(ListBillingGroupsFilter filters)
A ListBillingGroupsFilter that specifies the billing group and pricing plan to retrieve billing
group information.
filters - A ListBillingGroupsFilter that specifies the billing group and pricing plan to retrieve
billing group information.default ListBillingGroupsRequest.Builder filters(Consumer<ListBillingGroupsFilter.Builder> filters)
A ListBillingGroupsFilter that specifies the billing group and pricing plan to retrieve billing
group information.
ListBillingGroupsFilter.Builder avoiding
the need to create one manually via ListBillingGroupsFilter.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to filters(ListBillingGroupsFilter).
filters - a consumer that will call methods on ListBillingGroupsFilter.Builderfilters(ListBillingGroupsFilter)ListBillingGroupsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListBillingGroupsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.