public static interface PricingPlanListElement.Builder extends SdkPojo, CopyableBuilder<PricingPlanListElement.Builder,PricingPlanListElement>
| Modifier and Type | Method and Description |
|---|---|
PricingPlanListElement.Builder |
arn(String arn)
The pricing plan Amazon Resource Names (ARN).
|
PricingPlanListElement.Builder |
creationTime(Long creationTime)
The time when the pricing plan was created.
|
PricingPlanListElement.Builder |
description(String description)
The pricing plan description.
|
PricingPlanListElement.Builder |
lastModifiedTime(Long lastModifiedTime)
The most recent time when the pricing plan was modified.
|
PricingPlanListElement.Builder |
name(String name)
The name of a pricing plan.
|
PricingPlanListElement.Builder |
size(Long size)
The pricing rules count that's currently associated with this pricing plan list element.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPricingPlanListElement.Builder name(String name)
The name of a pricing plan.
name - The name of a pricing plan.PricingPlanListElement.Builder arn(String arn)
The pricing plan Amazon Resource Names (ARN). This can be used to uniquely identify a pricing plan.
arn - The pricing plan Amazon Resource Names (ARN). This can be used to uniquely identify a pricing plan.PricingPlanListElement.Builder description(String description)
The pricing plan description.
description - The pricing plan description.PricingPlanListElement.Builder size(Long size)
The pricing rules count that's currently associated with this pricing plan list element.
size - The pricing rules count that's currently associated with this pricing plan list element.PricingPlanListElement.Builder creationTime(Long creationTime)
The time when the pricing plan was created.
creationTime - The time when the pricing plan was created.PricingPlanListElement.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.