public static interface ProvisionedProductPlanDetails.Builder extends SdkPojo, CopyableBuilder<ProvisionedProductPlanDetails.Builder,ProvisionedProductPlanDetails>
equalsBySdkFields, sdkFieldscopyapplyMutation, 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 UTC time stamp when the plan was last updated.
updatedTime - The UTC time stamp 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 method that creates an instance of theUpdateProvisioningParameter.Builder avoiding the
need to create one manually via
UpdateProvisioningParameter.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #provisioningParameters(List.
provisioningParameters - a consumer that will call methods on
UpdateProvisioningParameter.Builder#provisioningParameters(java.util.Collection) 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 method that creates an instance of theTag.Builder avoiding the need to create one
manually via Tag.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #tags(List.
tags - a consumer that will call methods on
Tag.Builder#tags(java.util.Collection) ProvisionedProductPlanDetails.Builder statusMessage(String statusMessage)
The status message.
statusMessage - The status message.Copyright © 2023. All rights reserved.