Interface CreateBillingViewRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,BillingRequest.Builder,Buildable,CopyableBuilder<CreateBillingViewRequest.Builder,CreateBillingViewRequest>,SdkBuilder<CreateBillingViewRequest.Builder,CreateBillingViewRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CreateBillingViewRequest
public static interface CreateBillingViewRequest.Builder extends BillingRequest.Builder, SdkPojo, CopyableBuilder<CreateBillingViewRequest.Builder,CreateBillingViewRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description CreateBillingViewRequest.BuilderclientToken(String clientToken)A unique, case-sensitive identifier you specify to ensure idempotency of the request.default CreateBillingViewRequest.BuilderdataFilterExpression(Consumer<Expression.Builder> dataFilterExpression)See Expression .CreateBillingViewRequest.BuilderdataFilterExpression(Expression dataFilterExpression)See Expression .CreateBillingViewRequest.Builderdescription(String description)The description of the billing view.CreateBillingViewRequest.Buildername(String name)The name of the billing view.CreateBillingViewRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateBillingViewRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateBillingViewRequest.BuilderresourceTags(Collection<ResourceTag> resourceTags)A list of key value map specifying tags associated to the billing view being created.CreateBillingViewRequest.BuilderresourceTags(Consumer<ResourceTag.Builder>... resourceTags)A list of key value map specifying tags associated to the billing view being created.CreateBillingViewRequest.BuilderresourceTags(ResourceTag... resourceTags)A list of key value map specifying tags associated to the billing view being created.CreateBillingViewRequest.BuildersourceViews(String... sourceViews)A list of billing views used as the data source for the custom billing view.CreateBillingViewRequest.BuildersourceViews(Collection<String> sourceViews)A list of billing views used as the data source for the custom 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 Detail
-
name
CreateBillingViewRequest.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
CreateBillingViewRequest.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.
-
sourceViews
CreateBillingViewRequest.Builder sourceViews(Collection<String> sourceViews)
A list of billing views used as the data source for the custom billing view.
- Parameters:
sourceViews- A list of billing views used as the data source for the custom billing view.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sourceViews
CreateBillingViewRequest.Builder sourceViews(String... sourceViews)
A list of billing views used as the data source for the custom billing view.
- Parameters:
sourceViews- A list of billing views used as the data source for the custom billing view.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataFilterExpression
CreateBillingViewRequest.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 CreateBillingViewRequest.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)
-
clientToken
CreateBillingViewRequest.Builder clientToken(String clientToken)
A unique, case-sensitive identifier you specify to ensure idempotency of the request. Idempotency ensures that an API request completes no more than one time. If the original request completes successfully, any subsequent retries complete successfully without performing any further actions with an idempotent request.
- Parameters:
clientToken- A unique, case-sensitive identifier you specify to ensure idempotency of the request. Idempotency ensures that an API request completes no more than one time. If the original request completes successfully, any subsequent retries complete successfully without performing any further actions with an idempotent request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceTags
CreateBillingViewRequest.Builder resourceTags(Collection<ResourceTag> resourceTags)
A list of key value map specifying tags associated to the billing view being created.
- Parameters:
resourceTags- A list of key value map specifying tags associated to the billing view being created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceTags
CreateBillingViewRequest.Builder resourceTags(ResourceTag... resourceTags)
A list of key value map specifying tags associated to the billing view being created.
- Parameters:
resourceTags- A list of key value map specifying tags associated to the billing view being created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceTags
CreateBillingViewRequest.Builder resourceTags(Consumer<ResourceTag.Builder>... resourceTags)
A list of key value map specifying tags associated to the billing view being created.
This is a convenience method that creates an instance of theResourceTag.Builderavoiding the need to create one manually viaResourceTag.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#resourceTags(List.) - Parameters:
resourceTags- a consumer that will call methods onResourceTag.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#resourceTags(java.util.Collection)
-
overrideConfiguration
CreateBillingViewRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateBillingViewRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-