public static interface CreateProvisionedProductPlanResponse.Builder extends ServiceCatalogResponse.Builder, SdkPojo, CopyableBuilder<CreateProvisionedProductPlanResponse.Builder,CreateProvisionedProductPlanResponse>
Modifier and Type | Method and Description |
---|---|
CreateProvisionedProductPlanResponse.Builder |
planId(String planId)
The plan identifier.
|
CreateProvisionedProductPlanResponse.Builder |
planName(String planName)
The name of the plan.
|
CreateProvisionedProductPlanResponse.Builder |
provisionedProductName(String provisionedProductName)
The user-friendly name of the provisioned product.
|
CreateProvisionedProductPlanResponse.Builder |
provisioningArtifactId(String provisioningArtifactId)
The identifier of the provisioning artifact.
|
CreateProvisionedProductPlanResponse.Builder |
provisionProductId(String provisionProductId)
The product identifier.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
CreateProvisionedProductPlanResponse.Builder planName(String planName)
The name of the plan.
planName
- The name of the plan.CreateProvisionedProductPlanResponse.Builder planId(String planId)
The plan identifier.
planId
- The plan identifier.CreateProvisionedProductPlanResponse.Builder provisionProductId(String provisionProductId)
The product identifier.
provisionProductId
- The product identifier.CreateProvisionedProductPlanResponse.Builder provisionedProductName(String provisionedProductName)
The user-friendly name of the provisioned product.
provisionedProductName
- The user-friendly name of the provisioned product.CreateProvisionedProductPlanResponse.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.