Interface ProvisionedProductPlanSummary.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<ProvisionedProductPlanSummary.Builder,,- ProvisionedProductPlanSummary> - SdkBuilder<ProvisionedProductPlanSummary.Builder,,- ProvisionedProductPlanSummary> - SdkPojo
- Enclosing class:
- ProvisionedProductPlanSummary
@Mutable
@NotThreadSafe
public static interface ProvisionedProductPlanSummary.Builder
extends SdkPojo, CopyableBuilder<ProvisionedProductPlanSummary.Builder,ProvisionedProductPlanSummary> 
- 
Method SummaryModifier and TypeMethodDescriptionThe plan identifier.The name of the plan.The plan type.planType(ProvisionedProductPlanType planType) The plan type.provisioningArtifactId(String provisioningArtifactId) The identifier of the provisioning artifact.provisionProductId(String provisionProductId) The product identifier.provisionProductName(String provisionProductName) The user-friendly name of the provisioned product.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
planNameThe 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.
 
- 
planIdThe plan identifier. - Parameters:
- planId- The plan identifier.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
provisionProductIdThe product identifier. - Parameters:
- provisionProductId- The product identifier.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
provisionProductNameThe 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.
 
- 
planTypeThe plan type. - Parameters:
- planType- The plan type.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
planTypeThe plan type. - Parameters:
- planType- The plan type.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
provisioningArtifactIdThe 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.
 
 
-