| Package | Description |
|---|---|
| software.amazon.awssdk.services.ivs.model |
| Modifier and Type | Method and Description |
|---|---|
static BatchGetChannelResponse.Builder |
BatchGetChannelResponse.builder() |
BatchGetChannelResponse.Builder |
BatchGetChannelResponse.Builder.channels(Channel... channels)
Sets the value of the Channels property for this object.
|
BatchGetChannelResponse.Builder |
BatchGetChannelResponse.Builder.channels(Collection<Channel> channels)
Sets the value of the Channels property for this object.
|
BatchGetChannelResponse.Builder |
BatchGetChannelResponse.Builder.channels(Consumer<Channel.Builder>... channels)
Sets the value of the Channels property for this object.
|
BatchGetChannelResponse.Builder |
BatchGetChannelResponse.Builder.errors(BatchError... errors)
Each error object is related to a specific ARN in the request.
|
BatchGetChannelResponse.Builder |
BatchGetChannelResponse.Builder.errors(Collection<BatchError> errors)
Each error object is related to a specific ARN in the request.
|
BatchGetChannelResponse.Builder |
BatchGetChannelResponse.Builder.errors(Consumer<BatchError.Builder>... errors)
Each error object is related to a specific ARN in the request.
|
BatchGetChannelResponse.Builder |
BatchGetChannelResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends BatchGetChannelResponse.Builder> |
BatchGetChannelResponse.serializableBuilderClass() |
Copyright © 2021. All rights reserved.