Interface ListBillingViewsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,BillingRequest.Builder
,Buildable
,CopyableBuilder<ListBillingViewsRequest.Builder,
,ListBillingViewsRequest> SdkBuilder<ListBillingViewsRequest.Builder,
,ListBillingViewsRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
ListBillingViewsRequest
-
Method Summary
Modifier and TypeMethodDescriptiondefault ListBillingViewsRequest.Builder
activeTimeRange
(Consumer<ActiveTimeRange.Builder> activeTimeRange) The time range for the billing views listed.activeTimeRange
(ActiveTimeRange activeTimeRange) The time range for the billing views listed.The Amazon Resource Name (ARN) that can be used to uniquely identify the billing view.arns
(Collection<String> arns) The Amazon Resource Name (ARN) that can be used to uniquely identify the billing view.billingViewTypes
(Collection<BillingViewType> billingViewTypes) The type of billing view.billingViewTypes
(BillingViewType... billingViewTypes) The type of billing view.billingViewTypesWithStrings
(String... billingViewTypes) The type of billing view.billingViewTypesWithStrings
(Collection<String> billingViewTypes) The type of billing view.maxResults
(Integer maxResults) The maximum number of billing views to retrieve.The pagination token that is used on subsequent calls to list billing views.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.ownerAccountId
(String ownerAccountId) The list of owners of the billing view.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.services.billing.model.BillingRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
activeTimeRange
The time range for the billing views listed.
PRIMARY
billing view is always listed.BILLING_GROUP
billing views are listed for time ranges when the associated billing group resource in Billing Conductor is active. The time range must be within one calendar month.- Parameters:
activeTimeRange
- The time range for the billing views listed.PRIMARY
billing view is always listed.BILLING_GROUP
billing views are listed for time ranges when the associated billing group resource in Billing Conductor is active. The time range must be within one calendar month.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
activeTimeRange
default ListBillingViewsRequest.Builder activeTimeRange(Consumer<ActiveTimeRange.Builder> activeTimeRange) The time range for the billing views listed.
This is a convenience method that creates an instance of thePRIMARY
billing view is always listed.BILLING_GROUP
billing views are listed for time ranges when the associated billing group resource in Billing Conductor is active. The time range must be within one calendar month.ActiveTimeRange.Builder
avoiding the need to create one manually viaActiveTimeRange.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toactiveTimeRange(ActiveTimeRange)
.- Parameters:
activeTimeRange
- a consumer that will call methods onActiveTimeRange.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
arns
The Amazon Resource Name (ARN) that can be used to uniquely identify the billing view.
- Parameters:
arns
- The Amazon Resource Name (ARN) that can be used to uniquely identify the billing view.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
arns
The Amazon Resource Name (ARN) that can be used to uniquely identify the billing view.
- Parameters:
arns
- The Amazon Resource Name (ARN) that can be used to uniquely identify the billing view.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
billingViewTypesWithStrings
The type of billing view.
- Parameters:
billingViewTypes
- The type of billing view.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
billingViewTypesWithStrings
The type of billing view.
- Parameters:
billingViewTypes
- The type of billing view.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
billingViewTypes
The type of billing view.
- Parameters:
billingViewTypes
- The type of billing view.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
billingViewTypes
The type of billing view.
- Parameters:
billingViewTypes
- The type of billing view.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ownerAccountId
The list of owners of the billing view.
- Parameters:
ownerAccountId
- The list of owners of the billing view.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
The maximum number of billing views to retrieve. Default is 100.
- Parameters:
maxResults
- The maximum number of billing views to retrieve. Default is 100.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
The pagination token that is used on subsequent calls to list billing views.
- Parameters:
nextToken
- The pagination token that is used on subsequent calls to list billing views.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListBillingViewsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
ListBillingViewsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-