Class UpdateProvisioningArtifactRequest

    • Method Detail

      • acceptLanguage

        public final String acceptLanguage()

        The language code.

        • jp - Japanese

        • zh - Chinese

        Returns:
        The language code.

        • jp - Japanese

        • zh - Chinese

      • productId

        public final String productId()

        The product identifier.

        Returns:
        The product identifier.
      • provisioningArtifactId

        public final String provisioningArtifactId()

        The identifier of the provisioning artifact.

        Returns:
        The identifier of the provisioning artifact.
      • name

        public final String name()

        The updated name of the provisioning artifact.

        Returns:
        The updated name of the provisioning artifact.
      • description

        public final String description()

        The updated description of the provisioning artifact.

        Returns:
        The updated description of the provisioning artifact.
      • active

        public final 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.

        Returns:
        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.

      • guidance

        public final 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.

        If the service returns an enum value that is not available in the current SDK version, guidance will return ProvisioningArtifactGuidance.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from guidanceAsString().

        Returns:
        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.

        See Also:
        ProvisioningArtifactGuidance
      • guidanceAsString

        public final String guidanceAsString()

        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.

        If the service returns an enum value that is not available in the current SDK version, guidance will return ProvisioningArtifactGuidance.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from guidanceAsString().

        Returns:
        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.

        See Also:
        ProvisioningArtifactGuidance
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object