Interface ProvisionedProductPlanSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ProvisionedProductPlanSummary.Builder,ProvisionedProductPlanSummary>,SdkBuilder<ProvisionedProductPlanSummary.Builder,ProvisionedProductPlanSummary>,SdkPojo
- Enclosing class:
- ProvisionedProductPlanSummary
public static interface ProvisionedProductPlanSummary.Builder extends SdkPojo, CopyableBuilder<ProvisionedProductPlanSummary.Builder,ProvisionedProductPlanSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ProvisionedProductPlanSummary.BuilderplanId(String planId)The plan identifier.ProvisionedProductPlanSummary.BuilderplanName(String planName)The name of the plan.ProvisionedProductPlanSummary.BuilderplanType(String planType)The plan type.ProvisionedProductPlanSummary.BuilderplanType(ProvisionedProductPlanType planType)The plan type.ProvisionedProductPlanSummary.BuilderprovisioningArtifactId(String provisioningArtifactId)The identifier of the provisioning artifact.ProvisionedProductPlanSummary.BuilderprovisionProductId(String provisionProductId)The product identifier.ProvisionedProductPlanSummary.BuilderprovisionProductName(String provisionProductName)The user-friendly name of the provisioned product.-
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
-
planName
ProvisionedProductPlanSummary.Builder planName(String planName)
The name of the plan.
- Parameters:
planName- The name of the plan.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
planId
ProvisionedProductPlanSummary.Builder planId(String planId)
The plan identifier.
- Parameters:
planId- The plan identifier.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
provisionProductId
ProvisionedProductPlanSummary.Builder provisionProductId(String provisionProductId)
The product identifier.
- Parameters:
provisionProductId- The product identifier.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
provisionProductName
ProvisionedProductPlanSummary.Builder provisionProductName(String provisionProductName)
The user-friendly name of the provisioned product.
- Parameters:
provisionProductName- The user-friendly name of the provisioned product.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
planType
ProvisionedProductPlanSummary.Builder planType(String planType)
The plan type.
- Parameters:
planType- The plan type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ProvisionedProductPlanType,ProvisionedProductPlanType
-
planType
ProvisionedProductPlanSummary.Builder planType(ProvisionedProductPlanType planType)
The plan type.
- Parameters:
planType- The plan type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ProvisionedProductPlanType,ProvisionedProductPlanType
-
provisioningArtifactId
ProvisionedProductPlanSummary.Builder provisioningArtifactId(String provisioningArtifactId)
The identifier of the provisioning artifact.
- Parameters:
provisioningArtifactId- The identifier of the provisioning artifact.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-