Interface UpdatePricingPlanRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,BillingconductorRequest.Builder,Buildable,CopyableBuilder<UpdatePricingPlanRequest.Builder,UpdatePricingPlanRequest>,SdkBuilder<UpdatePricingPlanRequest.Builder,UpdatePricingPlanRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdatePricingPlanRequest
public static interface UpdatePricingPlanRequest.Builder extends BillingconductorRequest.Builder, SdkPojo, CopyableBuilder<UpdatePricingPlanRequest.Builder,UpdatePricingPlanRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdatePricingPlanRequest.Builderarn(String arn)The Amazon Resource Name (ARN) of the pricing plan that you're updating.UpdatePricingPlanRequest.Builderdescription(String description)The description of the pricing plan.UpdatePricingPlanRequest.Buildername(String name)The name of the pricing plan.UpdatePricingPlanRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdatePricingPlanRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
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
-
arn
UpdatePricingPlanRequest.Builder arn(String arn)
The Amazon Resource Name (ARN) of the pricing plan that you're updating.
- Parameters:
arn- The Amazon Resource Name (ARN) of the pricing plan that you're updating.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
UpdatePricingPlanRequest.Builder name(String name)
The name of the pricing plan. The name must be unique to each pricing plan.
- Parameters:
name- The name of the pricing plan. The name must be unique to each pricing plan.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
UpdatePricingPlanRequest.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.
-
overrideConfiguration
UpdatePricingPlanRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdatePricingPlanRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-