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.
|
copy
applyMutation, build
ChannelSummary.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
,
ChannelStatus
ChannelSummary.Builder status(ChannelStatus status)
The status of the channel.
status
- The status of the channel.ChannelStatus
,
ChannelStatus
ChannelSummary.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.