Interface ProvisioningArtifactDetail.Builder

    • 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
      • 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 ProvisioningArtifactDetail type, which is returned as part of the response for CreateProduct, UpdateProduct, DescribeProductAsAdmin, DescribeProvisioningArtifact, ListProvisioningArtifact, and UpdateProvisioningArticat 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 existing ProvisioningArtifactDetail type, which is returned as part of the response for CreateProduct, UpdateProduct, DescribeProductAsAdmin, DescribeProvisioningArtifact, ListProvisioningArtifact, and UpdateProvisioningArticat APIs.

        This field only exists for Repo-Synced products.

        Returns:
        Returns a reference to this object so that method calls can be chained together.