Interface UpdateBillingViewRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,BillingRequest.Builder,Buildable,CopyableBuilder<UpdateBillingViewRequest.Builder,UpdateBillingViewRequest>,SdkBuilder<UpdateBillingViewRequest.Builder,UpdateBillingViewRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateBillingViewRequest
public static interface UpdateBillingViewRequest.Builder extends BillingRequest.Builder, SdkPojo, CopyableBuilder<UpdateBillingViewRequest.Builder,UpdateBillingViewRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description UpdateBillingViewRequest.Builderarn(String arn)The Amazon Resource Name (ARN) that can be used to uniquely identify the billing view.default UpdateBillingViewRequest.BuilderdataFilterExpression(Consumer<Expression.Builder> dataFilterExpression)See Expression .UpdateBillingViewRequest.BuilderdataFilterExpression(Expression dataFilterExpression)See Expression .UpdateBillingViewRequest.Builderdescription(String description)The description of the billing view.UpdateBillingViewRequest.Buildername(String name)The name of the billing view.UpdateBillingViewRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateBillingViewRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
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 Detail
-
arn
UpdateBillingViewRequest.Builder arn(String 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
UpdateBillingViewRequest.Builder name(String 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
UpdateBillingViewRequest.Builder description(String 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
UpdateBillingViewRequest.Builder dataFilterExpression(Expression dataFilterExpression)
See Expression . Billing view only supports
LINKED_ACCOUNTandTags.- Parameters:
dataFilterExpression- See Expression. Billing view only supportsLINKED_ACCOUNTandTags.- 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_ACCOUNTandTags.Expression.Builderavoiding the need to create one manually viaExpression.builder().When the
Consumercompletes,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:
dataFilterExpression(Expression)
-
overrideConfiguration
UpdateBillingViewRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateBillingViewRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-