public static interface ChannelGroupListConfiguration.Builder extends SdkPojo, CopyableBuilder<ChannelGroupListConfiguration.Builder,ChannelGroupListConfiguration>
| Modifier and Type | Method and Description |
|---|---|
ChannelGroupListConfiguration.Builder |
arn(String arn)
The Amazon Resource Name (ARN) associated with the resource.
|
ChannelGroupListConfiguration.Builder |
channelGroupName(String channelGroupName)
The name that describes the channel group.
|
ChannelGroupListConfiguration.Builder |
createdAt(Instant createdAt)
The date and time the channel group was created.
|
ChannelGroupListConfiguration.Builder |
description(String description)
Any descriptive information that you want to add to the channel group for future identification purposes.
|
ChannelGroupListConfiguration.Builder |
modifiedAt(Instant modifiedAt)
The date and time the channel group was modified.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildChannelGroupListConfiguration.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.
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.ChannelGroupListConfiguration.Builder arn(String arn)
The Amazon Resource Name (ARN) associated with the resource.
arn - The Amazon Resource Name (ARN) associated with the resource.ChannelGroupListConfiguration.Builder createdAt(Instant createdAt)
The date and time the channel group was created.
createdAt - The date and time the channel group was created.ChannelGroupListConfiguration.Builder modifiedAt(Instant modifiedAt)
The date and time the channel group was modified.
modifiedAt - The date and time the channel group was modified.ChannelGroupListConfiguration.Builder description(String description)
Any descriptive information that you want to add to the channel group for future identification purposes.
description - Any descriptive information that you want to add to the channel group for future identification
purposes.Copyright © 2023. All rights reserved.