Class CreateViewVersionRequest

    • Method Detail

      • instanceId

        public final String instanceId()

        The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.

        Returns:
        The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
      • viewId

        public final String viewId()

        The identifier of the view. Both ViewArn and ViewId can be used.

        Returns:
        The identifier of the view. Both ViewArn and ViewId can be used.
      • versionDescription

        public final String versionDescription()

        The description for the version being published.

        Returns:
        The description for the version being published.
      • viewContentSha256

        public final String viewContentSha256()

        Indicates the checksum value of the latest published view content.

        Returns:
        Indicates the checksum value of the latest published view content.
      • 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