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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BatchStartViewerSessionRevocationError.BuilderchannelArn(String channelArn)Channel ARN.BatchStartViewerSessionRevocationError.Buildercode(String code)Error code.BatchStartViewerSessionRevocationError.Buildermessage(String message)Error message, determined by the application.BatchStartViewerSessionRevocationError.BuilderviewerId(String viewerId)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 Detail
-
channelArn
BatchStartViewerSessionRevocationError.Builder channelArn(String channelArn)
Channel ARN.
- Parameters:
channelArn- Channel ARN.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
code
BatchStartViewerSessionRevocationError.Builder code(String code)
Error code.
- Parameters:
code- Error code.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
message
BatchStartViewerSessionRevocationError.Builder message(String 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
BatchStartViewerSessionRevocationError.Builder viewerId(String 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.
-
-