static UpdateChannelResponse.Builder |
UpdateChannelResponse.builder() |
|
UpdateChannelResponse.Builder |
UpdateChannelResponse.Builder.channelArn(String channelArn) |
The ARN of the channel that was updated.
|
UpdateChannelResponse.Builder |
UpdateChannelResponse.Builder.destinations(Collection<Destination> destinations) |
The event data stores that log events arriving through the channel.
|
UpdateChannelResponse.Builder |
UpdateChannelResponse.Builder.destinations(Consumer<Destination.Builder>... destinations) |
The event data stores that log events arriving through the channel.
|
UpdateChannelResponse.Builder |
UpdateChannelResponse.Builder.destinations(Destination... destinations) |
The event data stores that log events arriving through the channel.
|
UpdateChannelResponse.Builder |
UpdateChannelResponse.Builder.name(String name) |
The name of the channel that was updated.
|
UpdateChannelResponse.Builder |
UpdateChannelResponse.Builder.source(String source) |
The event source of the channel that was updated.
|
UpdateChannelResponse.Builder |
UpdateChannelResponse.toBuilder() |
|