public static interface BatchGetChannelResponse.Builder extends IvsResponse.Builder, SdkPojo, CopyableBuilder<BatchGetChannelResponse.Builder,BatchGetChannelResponse>
| Modifier and Type | Method and Description |
|---|---|
BatchGetChannelResponse.Builder |
channels(Channel... channels)
Sets the value of the Channels property for this object.
|
BatchGetChannelResponse.Builder |
channels(Collection<Channel> channels)
Sets the value of the Channels property for this object.
|
BatchGetChannelResponse.Builder |
channels(Consumer<Channel.Builder>... channels)
Sets the value of the Channels property for this object.
|
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 - The new value for the Channels property for this object.BatchGetChannelResponse.Builder channels(Channel... channels)
channels - The new value for the Channels property for this object.BatchGetChannelResponse.Builder channels(Consumer<Channel.Builder>... channels)
List.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #channels(List) .channels - a consumer that will call methods on List.Builder #channels(List) 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 that creates an instance of theList.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #errors(List) .errors - a consumer that will call methods on List.Builder #errors(List) Copyright © 2021. All rights reserved.