Interface BatchStartViewerSessionRevocationError.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<BatchStartViewerSessionRevocationError.Builder,,- BatchStartViewerSessionRevocationError> - SdkBuilder<BatchStartViewerSessionRevocationError.Builder,,- BatchStartViewerSessionRevocationError> - SdkPojo
- Enclosing class:
- BatchStartViewerSessionRevocationError
@Mutable
@NotThreadSafe
public static interface BatchStartViewerSessionRevocationError.Builder
extends SdkPojo, CopyableBuilder<BatchStartViewerSessionRevocationError.Builder,BatchStartViewerSessionRevocationError> 
- 
Method SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
channelArnChannel ARN. - Parameters:
- channelArn- Channel ARN.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
codeError code. - Parameters:
- code- Error code.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
messageError 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.
 
- 
viewerIdThe 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.
 
 
-