| Package | Description |
|---|---|
| software.amazon.awssdk.services.chimesdkmessaging.model |
| Modifier and Type | Method and Description |
|---|---|
static ChannelFlowSummary.Builder |
ChannelFlowSummary.builder() |
ChannelFlowSummary.Builder |
ChannelFlowSummary.Builder.channelFlowArn(String channelFlowArn)
The ARN of the channel flow.
|
ChannelFlowSummary.Builder |
ChannelFlowSummary.Builder.name(String name)
The name of the channel flow.
|
ChannelFlowSummary.Builder |
ChannelFlowSummary.Builder.processors(Collection<Processor> processors)
Information about the processor Lambda functions.
|
ChannelFlowSummary.Builder |
ChannelFlowSummary.Builder.processors(Consumer<Processor.Builder>... processors)
Information about the processor Lambda functions.
|
ChannelFlowSummary.Builder |
ChannelFlowSummary.Builder.processors(Processor... processors)
Information about the processor Lambda functions.
|
ChannelFlowSummary.Builder |
ChannelFlowSummary.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ChannelFlowSummary.Builder> |
ChannelFlowSummary.serializableBuilderClass() |
Copyright © 2022. All rights reserved.