Interface ProvisioningArtifact.Builder

All Superinterfaces:
Buildable, CopyableBuilder<ProvisioningArtifact.Builder,ProvisioningArtifact>, SdkBuilder<ProvisioningArtifact.Builder,ProvisioningArtifact>, SdkPojo
Enclosing class:
ProvisioningArtifact

public static interface ProvisioningArtifact.Builder extends SdkPojo, CopyableBuilder<ProvisioningArtifact.Builder,ProvisioningArtifact>
  • 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

      ProvisioningArtifact.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

      ProvisioningArtifact.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.
    • 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: