public static interface BatchStartViewerSessionRevocationResponse.Builder extends IvsResponse.Builder, SdkPojo, CopyableBuilder<BatchStartViewerSessionRevocationResponse.Builder,BatchStartViewerSessionRevocationResponse>
| Modifier and Type | Method and Description |
|---|---|
BatchStartViewerSessionRevocationResponse.Builder |
errors(BatchStartViewerSessionRevocationError... errors)
Each error object is related to a specific
channelArn and viewerId pair in the
request. |
BatchStartViewerSessionRevocationResponse.Builder |
errors(Collection<BatchStartViewerSessionRevocationError> errors)
Each error object is related to a specific
channelArn and viewerId pair in the
request. |
BatchStartViewerSessionRevocationResponse.Builder |
errors(Consumer<BatchStartViewerSessionRevocationError.Builder>... errors)
Each error object is related to a specific
channelArn and viewerId pair in the
request. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchStartViewerSessionRevocationResponse.Builder errors(Collection<BatchStartViewerSessionRevocationError> errors)
Each error object is related to a specific channelArn and viewerId pair in the
request.
errors - Each error object is related to a specific channelArn and viewerId pair in
the request.BatchStartViewerSessionRevocationResponse.Builder errors(BatchStartViewerSessionRevocationError... errors)
Each error object is related to a specific channelArn and viewerId pair in the
request.
errors - Each error object is related to a specific channelArn and viewerId pair in
the request.BatchStartViewerSessionRevocationResponse.Builder errors(Consumer<BatchStartViewerSessionRevocationError.Builder>... errors)
Each error object is related to a specific channelArn and viewerId pair in the
request.
BatchStartViewerSessionRevocationError.Builder avoiding the
need to create one manually via
BatchStartViewerSessionRevocationError.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #errors(List.
errors - a consumer that will call methods on
BatchStartViewerSessionRevocationError.Builder#errors(java.util.Collection) Copyright © 2023. All rights reserved.