Uses of Interface
software.amazon.awssdk.services.chimesdkmessaging.model.CreateChannelFlowRequest.Builder
-
Packages that use CreateChannelFlowRequest.Builder Package Description software.amazon.awssdk.services.chimesdkmessaging The Amazon Chime SDK messaging APIs in this section allow software developers to send and receive messages in custom messaging applications.software.amazon.awssdk.services.chimesdkmessaging.model -
-
Uses of CreateChannelFlowRequest.Builder in software.amazon.awssdk.services.chimesdkmessaging
Method parameters in software.amazon.awssdk.services.chimesdkmessaging with type arguments of type CreateChannelFlowRequest.Builder Modifier and Type Method Description default CompletableFuture<CreateChannelFlowResponse>ChimeSdkMessagingAsyncClient. createChannelFlow(Consumer<CreateChannelFlowRequest.Builder> createChannelFlowRequest)Creates a channel flow, a container for processors.default CreateChannelFlowResponseChimeSdkMessagingClient. createChannelFlow(Consumer<CreateChannelFlowRequest.Builder> createChannelFlowRequest)Creates a channel flow, a container for processors. -
Uses of CreateChannelFlowRequest.Builder in software.amazon.awssdk.services.chimesdkmessaging.model
Methods in software.amazon.awssdk.services.chimesdkmessaging.model that return CreateChannelFlowRequest.Builder Modifier and Type Method Description CreateChannelFlowRequest.BuilderCreateChannelFlowRequest.Builder. appInstanceArn(String appInstanceArn)The ARN of the channel flow request.static CreateChannelFlowRequest.BuilderCreateChannelFlowRequest. builder()CreateChannelFlowRequest.BuilderCreateChannelFlowRequest.Builder. clientRequestToken(String clientRequestToken)The client token for the request.CreateChannelFlowRequest.BuilderCreateChannelFlowRequest.Builder. name(String name)The name of the channel flow.CreateChannelFlowRequest.BuilderCreateChannelFlowRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateChannelFlowRequest.BuilderCreateChannelFlowRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateChannelFlowRequest.BuilderCreateChannelFlowRequest.Builder. processors(Collection<Processor> processors)Information about the processor Lambda functions.CreateChannelFlowRequest.BuilderCreateChannelFlowRequest.Builder. processors(Consumer<Processor.Builder>... processors)Information about the processor Lambda functions.CreateChannelFlowRequest.BuilderCreateChannelFlowRequest.Builder. processors(Processor... processors)Information about the processor Lambda functions.CreateChannelFlowRequest.BuilderCreateChannelFlowRequest.Builder. tags(Collection<Tag> tags)The tags for the creation request.CreateChannelFlowRequest.BuilderCreateChannelFlowRequest.Builder. tags(Consumer<Tag.Builder>... tags)The tags for the creation request.CreateChannelFlowRequest.BuilderCreateChannelFlowRequest.Builder. tags(Tag... tags)The tags for the creation request.CreateChannelFlowRequest.BuilderCreateChannelFlowRequest. toBuilder()Methods in software.amazon.awssdk.services.chimesdkmessaging.model that return types with arguments of type CreateChannelFlowRequest.Builder Modifier and Type Method Description static Class<? extends CreateChannelFlowRequest.Builder>CreateChannelFlowRequest. serializableBuilderClass()
-