Interface UpdateBillingViewRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,BillingRequest.Builder
,Buildable
,CopyableBuilder<UpdateBillingViewRequest.Builder,
,UpdateBillingViewRequest> SdkBuilder<UpdateBillingViewRequest.Builder,
,UpdateBillingViewRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
UpdateBillingViewRequest
@Mutable
@NotThreadSafe
public static interface UpdateBillingViewRequest.Builder
extends BillingRequest.Builder, SdkPojo, CopyableBuilder<UpdateBillingViewRequest.Builder,UpdateBillingViewRequest>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) that can be used to uniquely identify the billing view.default UpdateBillingViewRequest.Builder
dataFilterExpression
(Consumer<Expression.Builder> dataFilterExpression) See Expression .dataFilterExpression
(Expression dataFilterExpression) See Expression .description
(String description) The description of the billing view.The name of the billing view.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.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
-
arn
The Amazon Resource Name (ARN) that can be used to uniquely identify the billing view.
- Parameters:
arn
- 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.
-
name
The name of the billing view.
- Parameters:
name
- The name of the billing view.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
The description of the billing view.
- Parameters:
description
- The description of the billing view.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataFilterExpression
See Expression . Billing view only supports
LINKED_ACCOUNT
andTags
.- Parameters:
dataFilterExpression
- See Expression. Billing view only supportsLINKED_ACCOUNT
andTags
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataFilterExpression
default UpdateBillingViewRequest.Builder dataFilterExpression(Consumer<Expression.Builder> dataFilterExpression) See Expression . Billing view only supports
This is a convenience method that creates an instance of theLINKED_ACCOUNT
andTags
.Expression.Builder
avoiding the need to create one manually viaExpression.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed todataFilterExpression(Expression)
.- Parameters:
dataFilterExpression
- a consumer that will call methods onExpression.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
UpdateBillingViewRequest.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
UpdateBillingViewRequest.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.
-