| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudtrail.model |
| Modifier and Type | Method and Description |
|---|---|
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() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateChannelResponse.Builder> |
UpdateChannelResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.