public static interface BatchStartViewerSessionRevocationError.Builder extends SdkPojo, CopyableBuilder<BatchStartViewerSessionRevocationError.Builder,BatchStartViewerSessionRevocationError>
| Modifier and Type | Method and Description |
|---|---|
BatchStartViewerSessionRevocationError.Builder |
channelArn(String channelArn)
Channel ARN.
|
BatchStartViewerSessionRevocationError.Builder |
code(String code)
Error code.
|
BatchStartViewerSessionRevocationError.Builder |
message(String message)
Error message, determined by the application.
|
BatchStartViewerSessionRevocationError.Builder |
viewerId(String viewerId)
The ID of the viewer session to revoke.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchStartViewerSessionRevocationError.Builder channelArn(String channelArn)
Channel ARN.
channelArn - Channel ARN.BatchStartViewerSessionRevocationError.Builder code(String code)
Error code.
code - Error code.BatchStartViewerSessionRevocationError.Builder message(String message)
Error message, determined by the application.
message - Error message, determined by the application.BatchStartViewerSessionRevocationError.Builder viewerId(String viewerId)
The ID of the viewer session to revoke.
viewerId - The ID of the viewer session to revoke.Copyright © 2023. All rights reserved.