Interface ChannelGroupListConfiguration.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ChannelGroupListConfiguration.Builder,ChannelGroupListConfiguration>,SdkBuilder<ChannelGroupListConfiguration.Builder,ChannelGroupListConfiguration>,SdkPojo
- Enclosing class:
- ChannelGroupListConfiguration
public static interface ChannelGroupListConfiguration.Builder extends SdkPojo, CopyableBuilder<ChannelGroupListConfiguration.Builder,ChannelGroupListConfiguration>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ChannelGroupListConfiguration.Builderarn(String arn)The Amazon Resource Name (ARN) associated with the resource.ChannelGroupListConfiguration.BuilderchannelGroupName(String channelGroupName)The name that describes the channel group.ChannelGroupListConfiguration.BuildercreatedAt(Instant createdAt)The date and time the channel group was created.ChannelGroupListConfiguration.Builderdescription(String description)Any descriptive information that you want to add to the channel group for future identification purposes.ChannelGroupListConfiguration.BuildermodifiedAt(Instant modifiedAt)The date and time the channel group was modified.-
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
-
channelGroupName
ChannelGroupListConfiguration.Builder channelGroupName(String channelGroupName)
The name that describes the channel group. The name is the primary identifier for the channel group, and must be unique for your account in the AWS Region.
- Parameters:
channelGroupName- The name that describes the channel group. The name is the primary identifier for the channel group, and must be unique for your account in the AWS Region.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
arn
ChannelGroupListConfiguration.Builder arn(String arn)
The Amazon Resource Name (ARN) associated with the resource.
- Parameters:
arn- The Amazon Resource Name (ARN) associated with the resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdAt
ChannelGroupListConfiguration.Builder createdAt(Instant createdAt)
The date and time the channel group was created.
- Parameters:
createdAt- The date and time the channel group was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
modifiedAt
ChannelGroupListConfiguration.Builder modifiedAt(Instant modifiedAt)
The date and time the channel group was modified.
- Parameters:
modifiedAt- The date and time the channel group was modified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
ChannelGroupListConfiguration.Builder description(String description)
Any descriptive information that you want to add to the channel group for future identification purposes.
- Parameters:
description- Any descriptive information that you want to add to the channel group for future identification purposes.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-