Class UpdateViewContentRequest

    • 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.
      • status

        public final ViewStatus status()

        Indicates the view status as either SAVED or PUBLISHED. The PUBLISHED status will initiate validation on the content.

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

        Returns:
        Indicates the view status as either SAVED or PUBLISHED. The PUBLISHED status will initiate validation on the content.
        See Also:
        ViewStatus
      • statusAsString

        public final String statusAsString()

        Indicates the view status as either SAVED or PUBLISHED. The PUBLISHED status will initiate validation on the content.

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

        Returns:
        Indicates the view status as either SAVED or PUBLISHED. The PUBLISHED status will initiate validation on the content.
        See Also:
        ViewStatus
      • content

        public final ViewInputContent content()

        View content containing all content necessary to render a view except for runtime input data and the runtime input schema, which is auto-generated by this operation.

        The total uncompressed content has a maximum file size of 400kB.

        Returns:
        View content containing all content necessary to render a view except for runtime input data and the runtime input schema, which is auto-generated by this operation.

        The total uncompressed content has a maximum file size of 400kB.

      • 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