Interface Channel.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<Channel.Builder,Channel>,SdkBuilder<Channel.Builder,Channel>,SdkPojo
- Enclosing class:
- Channel
public static interface Channel.Builder extends SdkPojo, CopyableBuilder<Channel.Builder,Channel>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Channel.BuilderchannelArn(String channelArn)The Amazon Resource Name (ARN) of a channel.Channel.Buildername(String name)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, sdkFields
-
-
-
-
Method Detail
-
channelArn
Channel.Builder channelArn(String 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
Channel.Builder name(String name)
The name of the CloudTrail channel. For service-linked channels, the name is
aws-service-channel/service-name/custom-suffixwhereservice-namerepresents the name of the Amazon Web Services service that created the channel andcustom-suffixrepresents 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-suffixwhereservice-namerepresents the name of the Amazon Web Services service that created the channel andcustom-suffixrepresents the suffix created by the Amazon Web Services service.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-