Interface ProvisioningArtifactDetail.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ProvisioningArtifactDetail.Builder,ProvisioningArtifactDetail>,SdkBuilder<ProvisioningArtifactDetail.Builder,ProvisioningArtifactDetail>,SdkPojo
- Enclosing class:
- ProvisioningArtifactDetail
public static interface ProvisioningArtifactDetail.Builder extends SdkPojo, CopyableBuilder<ProvisioningArtifactDetail.Builder,ProvisioningArtifactDetail>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ProvisioningArtifactDetail.Builderactive(Boolean active)Indicates whether the product version is active.ProvisioningArtifactDetail.BuildercreatedTime(Instant createdTime)The UTC time stamp of the creation time.ProvisioningArtifactDetail.Builderdescription(String description)The description of the provisioning artifact.ProvisioningArtifactDetail.Builderguidance(String guidance)Information set by the administrator to provide guidance to end users about which provisioning artifacts to use.ProvisioningArtifactDetail.Builderguidance(ProvisioningArtifactGuidance guidance)Information set by the administrator to provide guidance to end users about which provisioning artifacts to use.ProvisioningArtifactDetail.Builderid(String id)The identifier of the provisioning artifact.ProvisioningArtifactDetail.Buildername(String name)The name of the provisioning artifact.ProvisioningArtifactDetail.BuildersourceRevision(String sourceRevision)Specifies the revision of the external artifact that was used to automatically sync the Service Catalog product and create the provisioning artifact.ProvisioningArtifactDetail.Buildertype(String type)The type of provisioning artifact.ProvisioningArtifactDetail.Buildertype(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 Detail
-
id
ProvisioningArtifactDetail.Builder id(String 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
ProvisioningArtifactDetail.Builder name(String 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
ProvisioningArtifactDetail.Builder description(String 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
ProvisioningArtifactDetail.Builder type(String 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:
ProvisioningArtifactType,ProvisioningArtifactType
-
-
type
ProvisioningArtifactDetail.Builder type(ProvisioningArtifactType 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:
ProvisioningArtifactType,ProvisioningArtifactType
-
-
createdTime
ProvisioningArtifactDetail.Builder createdTime(Instant 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
ProvisioningArtifactDetail.Builder active(Boolean 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
ProvisioningArtifactDetail.Builder guidance(String 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:
ProvisioningArtifactGuidance,ProvisioningArtifactGuidance
-
guidance
ProvisioningArtifactDetail.Builder guidance(ProvisioningArtifactGuidance 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:
ProvisioningArtifactGuidance,ProvisioningArtifactGuidance
-
sourceRevision
ProvisioningArtifactDetail.Builder 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. Service Catalog includes this response parameter as a high level field to the existing
ProvisioningArtifactDetailtype, which is returned as part of the response forCreateProduct,UpdateProduct,DescribeProductAsAdmin,DescribeProvisioningArtifact,ListProvisioningArtifact, andUpdateProvisioningArticatAPIs.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 existingProvisioningArtifactDetailtype, which is returned as part of the response forCreateProduct,UpdateProduct,DescribeProductAsAdmin,DescribeProvisioningArtifact,ListProvisioningArtifact, andUpdateProvisioningArticatAPIs.This field only exists for Repo-Synced products.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-