Interface ProvisioningArtifactDetail.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ProvisioningArtifactDetail.Builder,
,ProvisioningArtifactDetail> SdkBuilder<ProvisioningArtifactDetail.Builder,
,ProvisioningArtifactDetail> SdkPojo
- Enclosing class:
ProvisioningArtifactDetail
-
Method Summary
Modifier and TypeMethodDescriptionIndicates whether the product version is active.createdTime
(Instant createdTime) The UTC time stamp of the creation time.description
(String description) The description of the provisioning artifact.Information set by the administrator to provide guidance to end users about which provisioning artifacts to use.guidance
(ProvisioningArtifactGuidance guidance) Information set by the administrator to provide guidance to end users about which provisioning artifacts to use.The identifier of the provisioning artifact.The name of the provisioning artifact.sourceRevision
(String sourceRevision) Specifies the revision of the external artifact that was used to automatically sync the Service Catalog product and create the provisioning artifact.The type of provisioning artifact.type
(ProvisioningArtifactType type) The type of provisioning artifact.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
id
The identifier of the provisioning artifact.
- Parameters:
id
- The identifier of the provisioning artifact.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name of the provisioning artifact.
- Parameters:
name
- The name of the provisioning artifact.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
The description of the provisioning artifact.
- Parameters:
description
- The description of the provisioning artifact.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
The type of provisioning artifact.
-
CLOUD_FORMATION_TEMPLATE
- CloudFormation template -
TERRAFORM_OPEN_SOURCE
- Terraform Open Source configuration file -
TERRAFORM_CLOUD
- Terraform Cloud configuration file -
EXTERNAL
- External configuration file
- Parameters:
type
- The type of provisioning artifact.-
CLOUD_FORMATION_TEMPLATE
- CloudFormation template -
TERRAFORM_OPEN_SOURCE
- Terraform Open Source configuration file -
TERRAFORM_CLOUD
- Terraform Cloud configuration file -
EXTERNAL
- External configuration file
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
type
The type of provisioning artifact.
-
CLOUD_FORMATION_TEMPLATE
- CloudFormation template -
TERRAFORM_OPEN_SOURCE
- Terraform Open Source configuration file -
TERRAFORM_CLOUD
- Terraform Cloud configuration file -
EXTERNAL
- External configuration file
- Parameters:
type
- The type of provisioning artifact.-
CLOUD_FORMATION_TEMPLATE
- CloudFormation template -
TERRAFORM_OPEN_SOURCE
- Terraform Open Source configuration file -
TERRAFORM_CLOUD
- Terraform Cloud configuration file -
EXTERNAL
- External configuration file
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
createdTime
The UTC time stamp of the creation time.
- Parameters:
createdTime
- The UTC time stamp of the creation time.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
active
Indicates whether the product version is active.
- Parameters:
active
- Indicates whether the product version is active.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
guidance
Information set by the administrator to provide guidance to end users about which provisioning artifacts to use.
- Parameters:
guidance
- Information set by the administrator to provide guidance to end users about which provisioning artifacts to use.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
guidance
Information set by the administrator to provide guidance to end users about which provisioning artifacts to use.
- Parameters:
guidance
- Information set by the administrator to provide guidance to end users about which provisioning artifacts to use.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
sourceRevision
Specifies the revision of the external artifact that was used to automatically sync the Service Catalog product and create the provisioning artifact. Service Catalog includes this response parameter as a high level field to the existing
ProvisioningArtifactDetail
type, which is returned as part of the response forCreateProduct
,UpdateProduct
,DescribeProductAsAdmin
,DescribeProvisioningArtifact
,ListProvisioningArtifact
, andUpdateProvisioningArticat
APIs.This field only exists for Repo-Synced products.
- Parameters:
sourceRevision
- Specifies the revision of the external artifact that was used to automatically sync the Service Catalog product and create the provisioning artifact. Service Catalog includes this response parameter as a high level field to the existingProvisioningArtifactDetail
type, which is returned as part of the response forCreateProduct
,UpdateProduct
,DescribeProductAsAdmin
,DescribeProvisioningArtifact
,ListProvisioningArtifact
, andUpdateProvisioningArticat
APIs.This field only exists for Repo-Synced products.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-