Uses of Interface
software.amazon.awssdk.services.chimesdkmessaging.model.ChannelFlowSummary.Builder
-
Packages that use ChannelFlowSummary.Builder Package Description software.amazon.awssdk.services.chimesdkmessaging.model -
-
Uses of ChannelFlowSummary.Builder in software.amazon.awssdk.services.chimesdkmessaging.model
Methods in software.amazon.awssdk.services.chimesdkmessaging.model that return ChannelFlowSummary.Builder Modifier and Type Method Description static ChannelFlowSummary.BuilderChannelFlowSummary. builder()ChannelFlowSummary.BuilderChannelFlowSummary.Builder. channelFlowArn(String channelFlowArn)The ARN of the channel flow.ChannelFlowSummary.BuilderChannelFlowSummary.Builder. name(String name)The name of the channel flow.ChannelFlowSummary.BuilderChannelFlowSummary.Builder. processors(Collection<Processor> processors)Information about the processor Lambda functions.ChannelFlowSummary.BuilderChannelFlowSummary.Builder. processors(Consumer<Processor.Builder>... processors)Information about the processor Lambda functions.ChannelFlowSummary.BuilderChannelFlowSummary.Builder. processors(Processor... processors)Information about the processor Lambda functions.ChannelFlowSummary.BuilderChannelFlowSummary. toBuilder()Methods in software.amazon.awssdk.services.chimesdkmessaging.model that return types with arguments of type ChannelFlowSummary.Builder Modifier and Type Method Description static Class<? extends ChannelFlowSummary.Builder>ChannelFlowSummary. serializableBuilderClass()
-