public static interface ListBillingGroupCostReportsRequest.Builder extends BillingconductorRequest.Builder, SdkPojo, CopyableBuilder<ListBillingGroupCostReportsRequest.Builder,ListBillingGroupCostReportsRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListBillingGroupCostReportsRequest.Builder billingPeriod(String billingPeriod)
The preferred billing period for your report.
billingPeriod - The preferred billing period for your report.ListBillingGroupCostReportsRequest.Builder maxResults(Integer maxResults)
The maximum number of reports to retrieve.
maxResults - The maximum number of reports to retrieve.ListBillingGroupCostReportsRequest.Builder nextToken(String nextToken)
The pagination token that's used on subsequent calls to get reports.
nextToken - The pagination token that's used on subsequent calls to get reports.ListBillingGroupCostReportsRequest.Builder filters(ListBillingGroupCostReportsFilter filters)
A ListBillingGroupCostReportsFilter to specify billing groups to retrieve reports from.
filters - A ListBillingGroupCostReportsFilter to specify billing groups to retrieve reports from.default ListBillingGroupCostReportsRequest.Builder filters(Consumer<ListBillingGroupCostReportsFilter.Builder> filters)
A ListBillingGroupCostReportsFilter to specify billing groups to retrieve reports from.
ListBillingGroupCostReportsFilter.Builder avoiding the need to create one manually via
ListBillingGroupCostReportsFilter.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to filters(ListBillingGroupCostReportsFilter).
filters - a consumer that will call methods on ListBillingGroupCostReportsFilter.Builderfilters(ListBillingGroupCostReportsFilter)ListBillingGroupCostReportsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListBillingGroupCostReportsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.