public static interface UpdatePricingPlanRequest.Builder extends BillingconductorRequest.Builder, SdkPojo, CopyableBuilder<UpdatePricingPlanRequest.Builder,UpdatePricingPlanRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdatePricingPlanRequest.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the pricing plan that you're updating.
|
UpdatePricingPlanRequest.Builder |
description(String description)
The description of the pricing plan.
|
UpdatePricingPlanRequest.Builder |
name(String name)
The name of the pricing plan.
|
UpdatePricingPlanRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdatePricingPlanRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdatePricingPlanRequest.Builder arn(String arn)
The Amazon Resource Name (ARN) of the pricing plan that you're updating.
arn - The Amazon Resource Name (ARN) of the pricing plan that you're updating.UpdatePricingPlanRequest.Builder name(String name)
The name of the pricing plan. The name must be unique to each pricing plan.
name - The name of the pricing plan. The name must be unique to each pricing plan.UpdatePricingPlanRequest.Builder description(String description)
The description of the pricing plan.
description - The description of the pricing plan.UpdatePricingPlanRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdatePricingPlanRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.