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 that creates an instance of theList.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #processors(List) .processors - a consumer that will call methods on List.Builder #processors(List) 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 that creates an instance of theList.Builder avoiding the need to create
one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its result
is passed to #tags(List) .tags - a consumer that will call methods on List.Builder #tags(List) 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 © 2021. All rights reserved.