public static interface Channel.Builder extends SdkPojo, CopyableBuilder<Channel.Builder,Channel>
| Modifier and Type | Method and Description |
|---|---|
Channel.Builder |
channelArn(String channelArn)
The Amazon Resource Name (ARN) of a channel.
|
Channel.Builder |
name(String name)
The name of the CloudTrail channel.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildChannel.Builder channelArn(String channelArn)
The Amazon Resource Name (ARN) of a channel.
channelArn - The Amazon Resource Name (ARN) of a channel.Channel.Builder name(String name)
The name of the CloudTrail channel. For service-linked channels, the name is
aws-service-channel/service-name/custom-suffix where service-name represents the
name of the Amazon Web Services service that created the channel and custom-suffix represents
the suffix created by the Amazon Web Services service.
name - The name of the CloudTrail channel. For service-linked channels, the name is
aws-service-channel/service-name/custom-suffix where service-name represents
the name of the Amazon Web Services service that created the channel and custom-suffix
represents the suffix created by the Amazon Web Services service.Copyright © 2023. All rights reserved.