public static interface CreateChannelFlowRequest.Builder extends ChimeSdkMessagingRequest.Builder, SdkPojo, CopyableBuilder<CreateChannelFlowRequest.Builder,CreateChannelFlowRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateChannelFlowRequest.Builder appInstanceArn(String appInstanceArn)
The ARN of the channel flow request.
appInstanceArn - The ARN of the channel flow request.CreateChannelFlowRequest.Builder processors(Collection<Processor> processors)
Information about the processor Lambda functions.
processors - Information about the processor Lambda functions.CreateChannelFlowRequest.Builder processors(Processor... processors)
Information about the processor Lambda functions.
processors - Information about the processor Lambda functions.CreateChannelFlowRequest.Builder processors(Consumer<Processor.Builder>... processors)
Information about the processor Lambda functions.
This is a convenience method that creates an instance of theProcessor.Builder avoiding the need to create
one manually via Processor.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #processors(List.
processors - a consumer that will call methods on
Processor.Builder#processors(java.util.Collection) CreateChannelFlowRequest.Builder name(String name)
The name of the channel flow.
name - The name of the channel flow.CreateChannelFlowRequest.Builder tags(Collection<Tag> tags)
The tags for the creation request.
tags - The tags for the creation request.CreateChannelFlowRequest.Builder tags(Tag... tags)
The tags for the creation request.
tags - The tags for the creation request.CreateChannelFlowRequest.Builder tags(Consumer<Tag.Builder>... tags)
The tags for the creation request.
This is a convenience method that creates an instance of theTag.Builder avoiding the need to create one
manually via Tag.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #tags(List.
tags - a consumer that will call methods on
Tag.Builder#tags(java.util.Collection) CreateChannelFlowRequest.Builder clientRequestToken(String clientRequestToken)
The client token for the request. An Idempotency token.
clientRequestToken - The client token for the request. An Idempotency token.CreateChannelFlowRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateChannelFlowRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.