Interface BatchStartViewerSessionRevocationViewerSession.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<BatchStartViewerSessionRevocationViewerSession.Builder,,BatchStartViewerSessionRevocationViewerSession> SdkBuilder<BatchStartViewerSessionRevocationViewerSession.Builder,,BatchStartViewerSessionRevocationViewerSession> SdkPojo
- Enclosing class:
 BatchStartViewerSessionRevocationViewerSession
@Mutable
@NotThreadSafe
public static interface BatchStartViewerSessionRevocationViewerSession.Builder
extends SdkPojo, CopyableBuilder<BatchStartViewerSessionRevocationViewerSession.Builder,BatchStartViewerSessionRevocationViewerSession> 
- 
Method Summary
Modifier and TypeMethodDescriptionchannelArn(String channelArn) The ARN of the channel associated with the viewer session to revoke.The ID of the viewer associated with the viewer session to revoke.viewerSessionVersionsLessThanOrEqualTo(Integer viewerSessionVersionsLessThanOrEqualTo) An optional filter on which versions of the viewer session to revoke.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
channelArn
The ARN of the channel associated with the viewer session to revoke.
- Parameters:
 channelArn- The ARN of the channel associated with the viewer session to revoke.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
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.
- Parameters:
 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:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
viewerSessionVersionsLessThanOrEqualTo
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.
- Parameters:
 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:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -