static GetChannelResponse.Builder |
GetChannelResponse.builder() |
|
GetChannelResponse.Builder |
GetChannelResponse.Builder.channelArn(String channelArn) |
The ARN of an channel returned by a GetChannel request.
|
GetChannelResponse.Builder |
GetChannelResponse.Builder.destinations(Collection<Destination> destinations) |
The destinations for the channel.
|
GetChannelResponse.Builder |
GetChannelResponse.Builder.destinations(Consumer<Destination.Builder>... destinations) |
The destinations for the channel.
|
GetChannelResponse.Builder |
GetChannelResponse.Builder.destinations(Destination... destinations) |
The destinations for the channel.
|
default GetChannelResponse.Builder |
GetChannelResponse.Builder.ingestionStatus(Consumer<IngestionStatus.Builder> ingestionStatus) |
A table showing information about the most recent successful and failed attempts to ingest events.
|
GetChannelResponse.Builder |
GetChannelResponse.Builder.ingestionStatus(IngestionStatus ingestionStatus) |
A table showing information about the most recent successful and failed attempts to ingest events.
|
GetChannelResponse.Builder |
GetChannelResponse.Builder.name(String name) |
The name of the CloudTrail channel.
|
GetChannelResponse.Builder |
GetChannelResponse.Builder.source(String source) |
The source for the CloudTrail channel.
|
default GetChannelResponse.Builder |
GetChannelResponse.Builder.sourceConfig(Consumer<SourceConfig.Builder> sourceConfig) |
Provides information about the advanced event selectors configured for the channel, and whether the channel
applies to all Regions or a single Region.
|
GetChannelResponse.Builder |
GetChannelResponse.Builder.sourceConfig(SourceConfig sourceConfig) |
Provides information about the advanced event selectors configured for the channel, and whether the channel
applies to all Regions or a single Region.
|
GetChannelResponse.Builder |
GetChannelResponse.toBuilder() |
|