Interface PricingPlanListElement.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<PricingPlanListElement.Builder,PricingPlanListElement>,SdkBuilder<PricingPlanListElement.Builder,PricingPlanListElement>,SdkPojo
- Enclosing class:
- PricingPlanListElement
public static interface PricingPlanListElement.Builder extends SdkPojo, CopyableBuilder<PricingPlanListElement.Builder,PricingPlanListElement>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PricingPlanListElement.Builderarn(String arn)The pricing plan Amazon Resource Names (ARN).PricingPlanListElement.BuildercreationTime(Long creationTime)The time when the pricing plan was created.PricingPlanListElement.Builderdescription(String description)The pricing plan description.PricingPlanListElement.BuilderlastModifiedTime(Long lastModifiedTime)The most recent time when the pricing plan was modified.PricingPlanListElement.Buildername(String name)The name of a pricing plan.PricingPlanListElement.Buildersize(Long size)The pricing rules count that's currently associated with this pricing plan list element.-
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
-
name
PricingPlanListElement.Builder name(String name)
The name of a pricing plan.
- Parameters:
name- The name of a pricing plan.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
arn
PricingPlanListElement.Builder arn(String arn)
The pricing plan Amazon Resource Names (ARN). This can be used to uniquely identify a pricing plan.
- Parameters:
arn- The pricing plan Amazon Resource Names (ARN). This can be used to uniquely identify a pricing plan.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
PricingPlanListElement.Builder description(String description)
The pricing plan description.
- Parameters:
description- The pricing plan description.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
size
PricingPlanListElement.Builder size(Long size)
The pricing rules count that's currently associated with this pricing plan list element.
- Parameters:
size- The pricing rules count that's currently associated with this pricing plan list element.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creationTime
PricingPlanListElement.Builder creationTime(Long creationTime)
The time when the pricing plan was created.
- Parameters:
creationTime- The time when the pricing plan was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastModifiedTime
PricingPlanListElement.Builder lastModifiedTime(Long lastModifiedTime)
The most recent time when the pricing plan was modified.
- Parameters:
lastModifiedTime- The most recent time when the pricing plan was modified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-