Interface ProvisioningArtifactSummary.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

      ProvisioningArtifactSummary.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.
    • createdTime

      ProvisioningArtifactSummary.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.
    • provisioningArtifactMetadata

      ProvisioningArtifactSummary.Builder provisioningArtifactMetadata(Map<String,String> provisioningArtifactMetadata)

      The metadata for the provisioning artifact. This is used with Amazon Web Services Marketplace products.

      Parameters:
      provisioningArtifactMetadata - The metadata for the provisioning artifact. This is used with Amazon Web Services Marketplace products.
      Returns:
      Returns a reference to this object so that method calls can be chained together.