Class StartViewerSessionRevocationRequest

    • Method Detail

      • channelArn

        public final String channelArn()

        The ARN of the channel associated with the viewer session to revoke.

        Returns:
        The ARN of the channel associated with the viewer session to revoke.
      • viewerId

        public final String viewerId()

        The ID of the viewer associated with the viewer session to revoke. Do not use this field for personally identifying, confidential, or sensitive information.

        Returns:
        The ID of the viewer associated with the viewer session to revoke. Do not use this field for personally identifying, confidential, or sensitive information.
      • viewerSessionVersionsLessThanOrEqualTo

        public final Integer viewerSessionVersionsLessThanOrEqualTo()

        An optional filter on which versions of the viewer session to revoke. All versions less than or equal to the specified version will be revoked. Default: 0.

        Returns:
        An optional filter on which versions of the viewer session to revoke. All versions less than or equal to the specified version will be revoked. Default: 0.
      • 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