Uses of Interface
software.amazon.awssdk.services.ivs.model.BatchStartViewerSessionRevocationError.Builder
-
Packages that use BatchStartViewerSessionRevocationError.Builder Package Description software.amazon.awssdk.services.ivs.model -
-
Uses of BatchStartViewerSessionRevocationError.Builder in software.amazon.awssdk.services.ivs.model
Methods in software.amazon.awssdk.services.ivs.model that return BatchStartViewerSessionRevocationError.Builder Modifier and Type Method Description static BatchStartViewerSessionRevocationError.BuilderBatchStartViewerSessionRevocationError. builder()BatchStartViewerSessionRevocationError.BuilderBatchStartViewerSessionRevocationError.Builder. channelArn(String channelArn)Channel ARN.BatchStartViewerSessionRevocationError.BuilderBatchStartViewerSessionRevocationError.Builder. code(String code)Error code.BatchStartViewerSessionRevocationError.BuilderBatchStartViewerSessionRevocationError.Builder. message(String message)Error message, determined by the application.BatchStartViewerSessionRevocationError.BuilderBatchStartViewerSessionRevocationError. toBuilder()BatchStartViewerSessionRevocationError.BuilderBatchStartViewerSessionRevocationError.Builder. viewerId(String viewerId)The ID of the viewer session to revoke.Methods in software.amazon.awssdk.services.ivs.model that return types with arguments of type BatchStartViewerSessionRevocationError.Builder Modifier and Type Method Description static Class<? extends BatchStartViewerSessionRevocationError.Builder>BatchStartViewerSessionRevocationError. serializableBuilderClass()
-