Interface Channel.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<Channel.Builder,
,Channel> SdkBuilder<Channel.Builder,
,Channel> SdkPojo
- Enclosing class:
Channel
@Mutable
@NotThreadSafe
public static interface Channel.Builder
extends SdkPojo, CopyableBuilder<Channel.Builder,Channel>
-
Method Summary
Modifier and TypeMethodDescriptionchannelArn
(String channelArn) The Amazon Resource Name (ARN) of a channel.The name of the CloudTrail channel.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
channelArn
The Amazon Resource Name (ARN) of a channel.
- Parameters:
channelArn
- The Amazon Resource Name (ARN) of a channel.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name of the CloudTrail channel. For service-linked channels, the name is
aws-service-channel/service-name/custom-suffix
whereservice-name
represents the name of the Amazon Web Services service that created the channel andcustom-suffix
represents the suffix created by the Amazon Web Services service.- Parameters:
name
- The name of the CloudTrail channel. For service-linked channels, the name isaws-service-channel/service-name/custom-suffix
whereservice-name
represents the name of the Amazon Web Services service that created the channel andcustom-suffix
represents the suffix created by the Amazon Web Services service.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-