| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudtrail.model |
| Modifier and Type | Method and Description |
|---|---|
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 Amazon Web Services service that created the service-linked channel.
|
GetChannelResponse.Builder |
GetChannelResponse.Builder.destinations(Consumer<Destination.Builder>... destinations)
The Amazon Web Services service that created the service-linked channel.
|
GetChannelResponse.Builder |
GetChannelResponse.Builder.destinations(Destination... destinations)
The Amazon Web Services service that created the service-linked channel.
|
GetChannelResponse.Builder |
GetChannelResponse.Builder.name(String name)
The name of the CloudTrail channel.
|
GetChannelResponse.Builder |
GetChannelResponse.Builder.source(String source)
The event 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() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetChannelResponse.Builder> |
GetChannelResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.