| Package | Description |
|---|---|
| software.amazon.awssdk.services.chimesdkmessaging.model |
| Modifier and Type | Method and Description |
|---|---|
static ChannelFlow.Builder |
ChannelFlow.builder() |
ChannelFlow.Builder |
ChannelFlow.Builder.channelFlowArn(String channelFlowArn)
The ARN of the channel flow.
|
ChannelFlow.Builder |
ChannelFlow.Builder.createdTimestamp(Instant createdTimestamp)
The time at which the channel flow was created.
|
ChannelFlow.Builder |
ChannelFlow.Builder.lastUpdatedTimestamp(Instant lastUpdatedTimestamp)
The time at which a channel flow was updated.
|
ChannelFlow.Builder |
ChannelFlow.Builder.name(String name)
The name of the channel flow.
|
ChannelFlow.Builder |
ChannelFlow.Builder.processors(Collection<Processor> processors)
Information about the processor Lambda functions.
|
ChannelFlow.Builder |
ChannelFlow.Builder.processors(Consumer<Processor.Builder>... processors)
Information about the processor Lambda functions.
|
ChannelFlow.Builder |
ChannelFlow.Builder.processors(Processor... processors)
Information about the processor Lambda functions.
|
ChannelFlow.Builder |
ChannelFlow.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ChannelFlow.Builder> |
ChannelFlow.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default DescribeChannelFlowResponse.Builder |
DescribeChannelFlowResponse.Builder.channelFlow(Consumer<ChannelFlow.Builder> channelFlow)
The channel flow details.
|
Copyright © 2021. All rights reserved.