Interface BatchStartViewerSessionRevocationResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<BatchStartViewerSessionRevocationResponse.Builder,BatchStartViewerSessionRevocationResponse>,IvsResponse.Builder,SdkBuilder<BatchStartViewerSessionRevocationResponse.Builder,BatchStartViewerSessionRevocationResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- BatchStartViewerSessionRevocationResponse
public static interface BatchStartViewerSessionRevocationResponse.Builder extends IvsResponse.Builder, SdkPojo, CopyableBuilder<BatchStartViewerSessionRevocationResponse.Builder,BatchStartViewerSessionRevocationResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BatchStartViewerSessionRevocationResponse.Buildererrors(Collection<BatchStartViewerSessionRevocationError> errors)Each error object is related to a specificchannelArnandviewerIdpair in the request.BatchStartViewerSessionRevocationResponse.Buildererrors(Consumer<BatchStartViewerSessionRevocationError.Builder>... errors)Each error object is related to a specificchannelArnandviewerIdpair in the request.BatchStartViewerSessionRevocationResponse.Buildererrors(BatchStartViewerSessionRevocationError... errors)Each error object is related to a specificchannelArnandviewerIdpair in the request.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.ivs.model.IvsResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
errors
BatchStartViewerSessionRevocationResponse.Builder errors(Collection<BatchStartViewerSessionRevocationError> errors)
Each error object is related to a specific
channelArnandviewerIdpair in the request.- Parameters:
errors- Each error object is related to a specificchannelArnandviewerIdpair in the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
errors
BatchStartViewerSessionRevocationResponse.Builder errors(BatchStartViewerSessionRevocationError... errors)
Each error object is related to a specific
channelArnandviewerIdpair in the request.- Parameters:
errors- Each error object is related to a specificchannelArnandviewerIdpair in the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
errors
BatchStartViewerSessionRevocationResponse.Builder errors(Consumer<BatchStartViewerSessionRevocationError.Builder>... errors)
Each error object is related to a specific
This is a convenience method that creates an instance of thechannelArnandviewerIdpair in the request.BatchStartViewerSessionRevocationError.Builderavoiding the need to create one manually viaBatchStartViewerSessionRevocationError.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#errors(List.) - Parameters:
errors- a consumer that will call methods onBatchStartViewerSessionRevocationError.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#errors(java.util.Collection)
-
-