public static interface StartViewerSessionRevocationRequest.Builder extends IvsRequest.Builder, SdkPojo, CopyableBuilder<StartViewerSessionRevocationRequest.Builder,StartViewerSessionRevocationRequest>
| Modifier and Type | Method and Description |
|---|---|
StartViewerSessionRevocationRequest.Builder |
channelArn(String channelArn)
The ARN of the channel associated with the viewer session to revoke.
|
StartViewerSessionRevocationRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
StartViewerSessionRevocationRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
StartViewerSessionRevocationRequest.Builder |
viewerId(String viewerId)
The ID of the viewer associated with the viewer session to revoke.
|
StartViewerSessionRevocationRequest.Builder |
viewerSessionVersionsLessThanOrEqualTo(Integer viewerSessionVersionsLessThanOrEqualTo)
An optional filter on which versions of the viewer session to revoke.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildStartViewerSessionRevocationRequest.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.StartViewerSessionRevocationRequest.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.StartViewerSessionRevocationRequest.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.StartViewerSessionRevocationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderStartViewerSessionRevocationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.