public static interface ChannelSummary.Builder extends SdkPojo, CopyableBuilder<ChannelSummary.Builder,ChannelSummary>
| Modifier and Type | Method and Description |
|---|---|
ChannelSummary.Builder |
channelName(String channelName)
The name of the channel.
|
ChannelSummary.Builder |
creationTime(Instant creationTime)
When the channel was created.
|
ChannelSummary.Builder |
lastUpdateTime(Instant lastUpdateTime)
The last time the channel was updated.
|
ChannelSummary.Builder |
status(ChannelStatus status)
The status of the channel.
|
ChannelSummary.Builder |
status(String status)
The status of the channel.
|
copyapplyMutation, buildChannelSummary.Builder channelName(String channelName)
The name of the channel.
channelName - The name of the channel.ChannelSummary.Builder status(String status)
The status of the channel.
status - The status of the channel.ChannelStatus,
ChannelStatusChannelSummary.Builder status(ChannelStatus status)
The status of the channel.
status - The status of the channel.ChannelStatus,
ChannelStatusChannelSummary.Builder creationTime(Instant creationTime)
When the channel was created.
creationTime - When the channel was created.ChannelSummary.Builder lastUpdateTime(Instant lastUpdateTime)
The last time the channel was updated.
lastUpdateTime - The last time the channel was updated.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.