public static interface BatchStartViewerSessionRevocationViewerSession.Builder extends SdkPojo, CopyableBuilder<BatchStartViewerSessionRevocationViewerSession.Builder,BatchStartViewerSessionRevocationViewerSession>
| Modifier and Type | Method and Description |
|---|---|
BatchStartViewerSessionRevocationViewerSession.Builder |
channelArn(String channelArn)
The ARN of the channel associated with the viewer session to revoke.
|
BatchStartViewerSessionRevocationViewerSession.Builder |
viewerId(String viewerId)
The ID of the viewer associated with the viewer session to revoke.
|
BatchStartViewerSessionRevocationViewerSession.Builder |
viewerSessionVersionsLessThanOrEqualTo(Integer viewerSessionVersionsLessThanOrEqualTo)
An optional filter on which versions of the viewer session to revoke.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchStartViewerSessionRevocationViewerSession.Builder channelArn(String channelArn)
The ARN of the channel associated with the viewer session to revoke.
channelArn - The ARN of the channel associated with the viewer session to revoke.BatchStartViewerSessionRevocationViewerSession.Builder viewerId(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.
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.BatchStartViewerSessionRevocationViewerSession.Builder viewerSessionVersionsLessThanOrEqualTo(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.
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.Copyright © 2023. All rights reserved.