public static interface BatchGetChannelResponse.Builder extends IvsResponse.Builder, SdkPojo, CopyableBuilder<BatchGetChannelResponse.Builder,BatchGetChannelResponse>
| Modifier and Type | Method and Description |
|---|---|
BatchGetChannelResponse.Builder |
channels(Channel... channels)
|
BatchGetChannelResponse.Builder |
channels(Collection<Channel> channels)
|
BatchGetChannelResponse.Builder |
channels(Consumer<Channel.Builder>... channels)
This is a convenience method that creates an instance of the
Channel.Builder avoiding the need to create one manually
via Channel.builder(). |
BatchGetChannelResponse.Builder |
errors(BatchError... errors)
Each error object is related to a specific ARN in the request.
|
BatchGetChannelResponse.Builder |
errors(Collection<BatchError> errors)
Each error object is related to a specific ARN in the request.
|
BatchGetChannelResponse.Builder |
errors(Consumer<BatchError.Builder>... errors)
Each error object is related to a specific ARN in the request.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchGetChannelResponse.Builder channels(Collection<Channel> channels)
channels - BatchGetChannelResponse.Builder channels(Channel... channels)
channels - BatchGetChannelResponse.Builder channels(Consumer<Channel.Builder>... channels)
Channel.Builder avoiding the need to create one manually
via Channel.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #channels(List.
channels - a consumer that will call methods on Channel.Builder#channels(java.util.Collection) BatchGetChannelResponse.Builder errors(Collection<BatchError> errors)
Each error object is related to a specific ARN in the request.
errors - Each error object is related to a specific ARN in the request.BatchGetChannelResponse.Builder errors(BatchError... errors)
Each error object is related to a specific ARN in the request.
errors - Each error object is related to a specific ARN in the request.BatchGetChannelResponse.Builder errors(Consumer<BatchError.Builder>... errors)
Each error object is related to a specific ARN in the request.
This is a convenience method that creates an instance of theBatchError.Builder avoiding the need to create one manually
via BatchError.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
BatchError.Builder#errors(java.util.Collection) Copyright © 2023. All rights reserved.