public static interface ProvisionedProductPlanDetails.Builder extends SdkPojo, CopyableBuilder<ProvisionedProductPlanDetails.Builder,ProvisionedProductPlanDetails>
copyapplyMutation, buildProvisionedProductPlanDetails.Builder createdTime(Instant createdTime)
The UTC time stamp of the creation time.
createdTime - The UTC time stamp of the creation time.ProvisionedProductPlanDetails.Builder pathId(String pathId)
The path identifier of the product. This value is optional if the product has a default path, and required if the product has more than one path. To list the paths for a product, use ListLaunchPaths.
pathId - The path identifier of the product. This value is optional if the product has a default path, and
required if the product has more than one path. To list the paths for a product, use
ListLaunchPaths.ProvisionedProductPlanDetails.Builder productId(String productId)
The product identifier.
productId - The product identifier.ProvisionedProductPlanDetails.Builder planName(String planName)
The name of the plan.
planName - The name of the plan.ProvisionedProductPlanDetails.Builder planId(String planId)
The plan identifier.
planId - The plan identifier.ProvisionedProductPlanDetails.Builder provisionProductId(String provisionProductId)
The product identifier.
provisionProductId - The product identifier.ProvisionedProductPlanDetails.Builder provisionProductName(String provisionProductName)
The user-friendly name of the provisioned product.
provisionProductName - The user-friendly name of the provisioned product.ProvisionedProductPlanDetails.Builder planType(String planType)
The plan type.
planType - The plan type.ProvisionedProductPlanType,
ProvisionedProductPlanTypeProvisionedProductPlanDetails.Builder planType(ProvisionedProductPlanType planType)
The plan type.
planType - The plan type.ProvisionedProductPlanType,
ProvisionedProductPlanTypeProvisionedProductPlanDetails.Builder provisioningArtifactId(String provisioningArtifactId)
The identifier of the provisioning artifact.
provisioningArtifactId - The identifier of the provisioning artifact.ProvisionedProductPlanDetails.Builder status(String status)
The status.
status - The status.ProvisionedProductPlanStatus,
ProvisionedProductPlanStatusProvisionedProductPlanDetails.Builder status(ProvisionedProductPlanStatus status)
The status.
status - The status.ProvisionedProductPlanStatus,
ProvisionedProductPlanStatusProvisionedProductPlanDetails.Builder updatedTime(Instant updatedTime)
The time when the plan was last updated.
updatedTime - The time when the plan was last updated.ProvisionedProductPlanDetails.Builder notificationArns(Collection<String> notificationArns)
Passed to CloudFormation. The SNS topic ARNs to which to publish stack-related events.
notificationArns - Passed to CloudFormation. The SNS topic ARNs to which to publish stack-related events.ProvisionedProductPlanDetails.Builder notificationArns(String... notificationArns)
Passed to CloudFormation. The SNS topic ARNs to which to publish stack-related events.
notificationArns - Passed to CloudFormation. The SNS topic ARNs to which to publish stack-related events.ProvisionedProductPlanDetails.Builder provisioningParameters(Collection<UpdateProvisioningParameter> provisioningParameters)
Parameters specified by the administrator that are required for provisioning the product.
provisioningParameters - Parameters specified by the administrator that are required for provisioning the product.ProvisionedProductPlanDetails.Builder provisioningParameters(UpdateProvisioningParameter... provisioningParameters)
Parameters specified by the administrator that are required for provisioning the product.
provisioningParameters - Parameters specified by the administrator that are required for provisioning the product.ProvisionedProductPlanDetails.Builder provisioningParameters(Consumer<UpdateProvisioningParameter.Builder>... provisioningParameters)
Parameters specified by the administrator that are required for provisioning the product.
This is a convenience that creates an instance of theList.Builder
avoiding the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called
immediately and its result is passed to #provisioningParameters(List) .provisioningParameters - a consumer that will call methods on List.Builder #provisioningParameters(List) ProvisionedProductPlanDetails.Builder tags(Collection<Tag> tags)
One or more tags.
tags - One or more tags.ProvisionedProductPlanDetails.Builder tags(Tag... tags)
One or more tags.
tags - One or more tags.ProvisionedProductPlanDetails.Builder tags(Consumer<Tag.Builder>... tags)
One or more tags.
This is a convenience that creates an instance of theList.Builder avoiding the need to create
one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its result
is passed to #tags(List) .tags - a consumer that will call methods on List.Builder #tags(List) ProvisionedProductPlanDetails.Builder statusMessage(String statusMessage)
The status message.
statusMessage - The status message.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.