public static interface UpdatePricingPlanResponse.Builder extends BillingconductorResponse.Builder, SdkPojo, CopyableBuilder<UpdatePricingPlanResponse.Builder,UpdatePricingPlanResponse>
| Modifier and Type | Method and Description |
|---|---|
UpdatePricingPlanResponse.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the updated pricing plan.
|
UpdatePricingPlanResponse.Builder |
description(String description)
The new description for the pricing rule.
|
UpdatePricingPlanResponse.Builder |
lastModifiedTime(Long lastModifiedTime)
The most recent time when the pricing plan was modified.
|
UpdatePricingPlanResponse.Builder |
name(String name)
The name of the pricing plan.
|
UpdatePricingPlanResponse.Builder |
size(Long size)
The pricing rules count that's currently associated with this pricing plan list.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdatePricingPlanResponse.Builder arn(String arn)
The Amazon Resource Name (ARN) of the updated pricing plan.
arn - The Amazon Resource Name (ARN) of the updated pricing plan.UpdatePricingPlanResponse.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.UpdatePricingPlanResponse.Builder description(String description)
The new description for the pricing rule.
description - The new description for the pricing rule.UpdatePricingPlanResponse.Builder size(Long size)
The pricing rules count that's currently associated with this pricing plan list.
size - The pricing rules count that's currently associated with this pricing plan list.UpdatePricingPlanResponse.Builder lastModifiedTime(Long lastModifiedTime)
The most recent time when the pricing plan was modified.
lastModifiedTime - The most recent time when the pricing plan was modified.Copyright © 2023. All rights reserved.