Interface ProvisioningArtifactDetail.Builder

  • 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

      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

      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

      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

      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

      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.