| 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 |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreateChannelFlowResponse> |
ChimeSdkMessagingAsyncClient.createChannelFlow(Consumer<CreateChannelFlowRequest.Builder> createChannelFlowRequest)
Creates a channel flow, a container for processors.
|
default CreateChannelFlowResponse |
ChimeSdkMessagingClient.createChannelFlow(Consumer<CreateChannelFlowRequest.Builder> createChannelFlowRequest)
Creates a channel flow, a container for processors.
|
| Modifier and Type | Method and Description |
|---|---|
CreateChannelFlowRequest.Builder |
CreateChannelFlowRequest.Builder.appInstanceArn(String appInstanceArn)
The ARN of the channel flow request.
|
static CreateChannelFlowRequest.Builder |
CreateChannelFlowRequest.builder() |
CreateChannelFlowRequest.Builder |
CreateChannelFlowRequest.Builder.clientRequestToken(String clientRequestToken)
The client token for the request.
|
CreateChannelFlowRequest.Builder |
CreateChannelFlowRequest.Builder.name(String name)
The name of the channel flow.
|
CreateChannelFlowRequest.Builder |
CreateChannelFlowRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateChannelFlowRequest.Builder |
CreateChannelFlowRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateChannelFlowRequest.Builder |
CreateChannelFlowRequest.Builder.processors(Collection<Processor> processors)
Information about the processor Lambda functions.
|
CreateChannelFlowRequest.Builder |
CreateChannelFlowRequest.Builder.processors(Consumer<Processor.Builder>... processors)
Information about the processor Lambda functions.
|
CreateChannelFlowRequest.Builder |
CreateChannelFlowRequest.Builder.processors(Processor... processors)
Information about the processor Lambda functions.
|
CreateChannelFlowRequest.Builder |
CreateChannelFlowRequest.Builder.tags(Collection<Tag> tags)
The tags for the creation request.
|
CreateChannelFlowRequest.Builder |
CreateChannelFlowRequest.Builder.tags(Consumer<Tag.Builder>... tags)
The tags for the creation request.
|
CreateChannelFlowRequest.Builder |
CreateChannelFlowRequest.Builder.tags(Tag... tags)
The tags for the creation request.
|
CreateChannelFlowRequest.Builder |
CreateChannelFlowRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateChannelFlowRequest.Builder> |
CreateChannelFlowRequest.serializableBuilderClass() |
Copyright © 2021. All rights reserved.