public static interface ProvisionedProductPlanSummary.Builder extends SdkPojo, CopyableBuilder<ProvisionedProductPlanSummary.Builder,ProvisionedProductPlanSummary>
Modifier and Type | Method and Description |
---|---|
ProvisionedProductPlanSummary.Builder |
planId(String planId)
The plan identifier.
|
ProvisionedProductPlanSummary.Builder |
planName(String planName)
The name of the plan.
|
ProvisionedProductPlanSummary.Builder |
planType(ProvisionedProductPlanType planType)
The plan type.
|
ProvisionedProductPlanSummary.Builder |
planType(String planType)
The plan type.
|
ProvisionedProductPlanSummary.Builder |
provisioningArtifactId(String provisioningArtifactId)
The identifier of the provisioning artifact.
|
ProvisionedProductPlanSummary.Builder |
provisionProductId(String provisionProductId)
The product identifier.
|
ProvisionedProductPlanSummary.Builder |
provisionProductName(String provisionProductName)
The user-friendly name of the provisioned product.
|
copy
applyMutation, build
ProvisionedProductPlanSummary.Builder planName(String planName)
The name of the plan.
planName
- The name of the plan.ProvisionedProductPlanSummary.Builder planId(String planId)
The plan identifier.
planId
- The plan identifier.ProvisionedProductPlanSummary.Builder provisionProductId(String provisionProductId)
The product identifier.
provisionProductId
- The product identifier.ProvisionedProductPlanSummary.Builder provisionProductName(String provisionProductName)
The user-friendly name of the provisioned product.
provisionProductName
- The user-friendly name of the provisioned product.ProvisionedProductPlanSummary.Builder planType(String planType)
The plan type.
planType
- The plan type.ProvisionedProductPlanType
,
ProvisionedProductPlanType
ProvisionedProductPlanSummary.Builder planType(ProvisionedProductPlanType planType)
The plan type.
planType
- The plan type.ProvisionedProductPlanType
,
ProvisionedProductPlanType
ProvisionedProductPlanSummary.Builder provisioningArtifactId(String provisioningArtifactId)
The identifier of the provisioning artifact.
provisioningArtifactId
- The identifier of the provisioning artifact.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.