Interface ProvisioningArtifact.Builder

    • Method Detail

      • id

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

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

        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

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