Interface BatchStartViewerSessionRevocationError.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<BatchStartViewerSessionRevocationError.Builder,
,BatchStartViewerSessionRevocationError> SdkBuilder<BatchStartViewerSessionRevocationError.Builder,
,BatchStartViewerSessionRevocationError> SdkPojo
- Enclosing class:
BatchStartViewerSessionRevocationError
public static interface BatchStartViewerSessionRevocationError.Builder
extends SdkPojo, CopyableBuilder<BatchStartViewerSessionRevocationError.Builder,BatchStartViewerSessionRevocationError>
-
Method Summary
Modifier and TypeMethodDescriptionchannelArn
(String channelArn) Channel ARN.Error code.Error message, determined by the application.The ID of the viewer session to revoke.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
channelArn
Channel ARN.
- Parameters:
channelArn
- Channel ARN.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
code
Error code.
- Parameters:
code
- Error code.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
message
Error message, determined by the application.
- Parameters:
message
- Error message, determined by the application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
viewerId
The ID of the viewer session to revoke.
- Parameters:
viewerId
- The ID of the viewer session to revoke.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-