Interface CreatePricingPlanRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,BillingconductorRequest.Builder,Buildable,CopyableBuilder<CreatePricingPlanRequest.Builder,CreatePricingPlanRequest>,SdkBuilder<CreatePricingPlanRequest.Builder,CreatePricingPlanRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CreatePricingPlanRequest
public static interface CreatePricingPlanRequest.Builder extends BillingconductorRequest.Builder, SdkPojo, CopyableBuilder<CreatePricingPlanRequest.Builder,CreatePricingPlanRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreatePricingPlanRequest.BuilderclientToken(String clientToken)The token that is needed to support idempotency.CreatePricingPlanRequest.Builderdescription(String description)The description of the pricing plan.CreatePricingPlanRequest.Buildername(String name)The name of the pricing plan.CreatePricingPlanRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreatePricingPlanRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreatePricingPlanRequest.BuilderpricingRuleArns(String... pricingRuleArns)A list of Amazon Resource Names (ARNs) that define the pricing plan parameters.CreatePricingPlanRequest.BuilderpricingRuleArns(Collection<String> pricingRuleArns)A list of Amazon Resource Names (ARNs) that define the pricing plan parameters.CreatePricingPlanRequest.Buildertags(Map<String,String> tags)A map that contains tag keys and tag values that are attached to a pricing plan.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.billingconductor.model.BillingconductorRequest.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, sdkFields
-
-
-
-
Method Detail
-
clientToken
CreatePricingPlanRequest.Builder clientToken(String clientToken)
The token that is needed to support idempotency. Idempotency isn't currently supported, but will be implemented in a future update.
- Parameters:
clientToken- The token that is needed to support idempotency. Idempotency isn't currently supported, but will be implemented in a future update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
CreatePricingPlanRequest.Builder name(String name)
The name of the pricing plan. The names must be unique to each pricing plan.
- Parameters:
name- The name of the pricing plan. The names must be unique to each pricing plan.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
CreatePricingPlanRequest.Builder description(String description)
The description of the pricing plan.
- Parameters:
description- The description of the pricing plan.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
pricingRuleArns
CreatePricingPlanRequest.Builder pricingRuleArns(Collection<String> pricingRuleArns)
A list of Amazon Resource Names (ARNs) that define the pricing plan parameters.
- Parameters:
pricingRuleArns- A list of Amazon Resource Names (ARNs) that define the pricing plan parameters.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
pricingRuleArns
CreatePricingPlanRequest.Builder pricingRuleArns(String... pricingRuleArns)
A list of Amazon Resource Names (ARNs) that define the pricing plan parameters.
- Parameters:
pricingRuleArns- A list of Amazon Resource Names (ARNs) that define the pricing plan parameters.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
CreatePricingPlanRequest.Builder tags(Map<String,String> tags)
A map that contains tag keys and tag values that are attached to a pricing plan.
- Parameters:
tags- A map that contains tag keys and tag values that are attached to a pricing plan.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
CreatePricingPlanRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreatePricingPlanRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-