Uses of Interface
software.amazon.awssdk.services.chimesdkmessaging.model.ChannelFlow.Builder
-
Packages that use ChannelFlow.Builder Package Description software.amazon.awssdk.services.chimesdkmessaging.model -
-
Uses of ChannelFlow.Builder in software.amazon.awssdk.services.chimesdkmessaging.model
Methods in software.amazon.awssdk.services.chimesdkmessaging.model that return ChannelFlow.Builder Modifier and Type Method Description static ChannelFlow.BuilderChannelFlow. builder()ChannelFlow.BuilderChannelFlow.Builder. channelFlowArn(String channelFlowArn)The ARN of the channel flow.ChannelFlow.BuilderChannelFlow.Builder. createdTimestamp(Instant createdTimestamp)The time at which the channel flow was created.ChannelFlow.BuilderChannelFlow.Builder. lastUpdatedTimestamp(Instant lastUpdatedTimestamp)The time at which a channel flow was updated.ChannelFlow.BuilderChannelFlow.Builder. name(String name)The name of the channel flow.ChannelFlow.BuilderChannelFlow.Builder. processors(Collection<Processor> processors)Information about the processor Lambda functions.ChannelFlow.BuilderChannelFlow.Builder. processors(Consumer<Processor.Builder>... processors)Information about the processor Lambda functions.ChannelFlow.BuilderChannelFlow.Builder. processors(Processor... processors)Information about the processor Lambda functions.ChannelFlow.BuilderChannelFlow. toBuilder()Methods in software.amazon.awssdk.services.chimesdkmessaging.model that return types with arguments of type ChannelFlow.Builder Modifier and Type Method Description static Class<? extends ChannelFlow.Builder>ChannelFlow. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.chimesdkmessaging.model with type arguments of type ChannelFlow.Builder Modifier and Type Method Description default DescribeChannelFlowResponse.BuilderDescribeChannelFlowResponse.Builder. channelFlow(Consumer<ChannelFlow.Builder> channelFlow)The channel flow details.
-