Interface UpdateProvisioningArtifactRequest.Builder

    • Method Detail

      • acceptLanguage

        UpdateProvisioningArtifactRequest.Builder acceptLanguage​(String acceptLanguage)

        The language code.

        • jp - Japanese

        • zh - Chinese

        Parameters:
        acceptLanguage - The language code.

        • jp - Japanese

        • zh - Chinese

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

        UpdateProvisioningArtifactRequest.Builder productId​(String productId)

        The product identifier.

        Parameters:
        productId - The product identifier.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • provisioningArtifactId

        UpdateProvisioningArtifactRequest.Builder provisioningArtifactId​(String provisioningArtifactId)

        The identifier of the provisioning artifact.

        Parameters:
        provisioningArtifactId - The identifier of the provisioning artifact.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • name

        UpdateProvisioningArtifactRequest.Builder name​(String name)

        The updated name of the provisioning artifact.

        Parameters:
        name - The updated name of the provisioning artifact.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • description

        UpdateProvisioningArtifactRequest.Builder description​(String description)

        The updated description of the provisioning artifact.

        Parameters:
        description - The updated description of the provisioning artifact.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • active

        UpdateProvisioningArtifactRequest.Builder active​(Boolean active)

        Indicates whether the product version is active.

        Inactive provisioning artifacts are invisible to end users. End users cannot launch or update a provisioned product from an inactive provisioning artifact.

        Parameters:
        active - Indicates whether the product version is active.

        Inactive provisioning artifacts are invisible to end users. End users cannot launch or update a provisioned product from an inactive provisioning artifact.

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

        UpdateProvisioningArtifactRequest.Builder guidance​(String guidance)

        Information set by the administrator to provide guidance to end users about which provisioning artifacts to use.

        The DEFAULT value indicates that the product version is active.

        The administrator can set the guidance to DEPRECATED to inform users that the product version is deprecated. Users are able to make updates to a provisioned product of a deprecated version but cannot launch new provisioned products using a deprecated version.

        Parameters:
        guidance - Information set by the administrator to provide guidance to end users about which provisioning artifacts to use.

        The DEFAULT value indicates that the product version is active.

        The administrator can set the guidance to DEPRECATED to inform users that the product version is deprecated. Users are able to make updates to a provisioned product of a deprecated version but cannot launch new provisioned products using a deprecated version.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ProvisioningArtifactGuidance, ProvisioningArtifactGuidance
      • guidance

        UpdateProvisioningArtifactRequest.Builder guidance​(ProvisioningArtifactGuidance guidance)

        Information set by the administrator to provide guidance to end users about which provisioning artifacts to use.

        The DEFAULT value indicates that the product version is active.

        The administrator can set the guidance to DEPRECATED to inform users that the product version is deprecated. Users are able to make updates to a provisioned product of a deprecated version but cannot launch new provisioned products using a deprecated version.

        Parameters:
        guidance - Information set by the administrator to provide guidance to end users about which provisioning artifacts to use.

        The DEFAULT value indicates that the product version is active.

        The administrator can set the guidance to DEPRECATED to inform users that the product version is deprecated. Users are able to make updates to a provisioned product of a deprecated version but cannot launch new provisioned products using a deprecated version.

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