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