| 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 the CloudTrail service-linked channel.
|
GetChannelResponse.Builder |
GetChannelResponse.Builder.destinations(Collection<Destination> destinations)
The Amazon Web Services service that created the CloudTrail service-linked channel.
|
GetChannelResponse.Builder |
GetChannelResponse.Builder.destinations(Consumer<Destination.Builder>... destinations)
The Amazon Web Services service that created the CloudTrail service-linked channel.
|
GetChannelResponse.Builder |
GetChannelResponse.Builder.destinations(Destination... destinations)
The Amazon Web Services service that created the CloudTrail service-linked channel.
|
GetChannelResponse.Builder |
GetChannelResponse.Builder.name(String name)
The name of the CloudTrail service-linked channel.
|
GetChannelResponse.Builder |
GetChannelResponse.Builder.source(String source)
The trail or event data store for the CloudTrail service-linked channel.
|
default GetChannelResponse.Builder |
GetChannelResponse.Builder.sourceConfig(Consumer<SourceConfig.Builder> sourceConfig)
Provides information about the advanced event selectors configured for the service-linked channel, and
whether the service-linked channel applies to all regions or one region.
|
GetChannelResponse.Builder |
GetChannelResponse.Builder.sourceConfig(SourceConfig sourceConfig)
Provides information about the advanced event selectors configured for the service-linked channel, and
whether the service-linked channel applies to all regions or one region.
|
GetChannelResponse.Builder |
GetChannelResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetChannelResponse.Builder> |
GetChannelResponse.serializableBuilderClass() |
Copyright © 2022. All rights reserved.