public static interface UpdateChannelFlowRequest.Builder extends ChimeSdkMessagingRequest.Builder, SdkPojo, CopyableBuilder<UpdateChannelFlowRequest.Builder,UpdateChannelFlowRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateChannelFlowRequest.Builder |
channelFlowArn(String channelFlowArn)
The ARN of the channel flow.
|
UpdateChannelFlowRequest.Builder |
name(String name)
The name of the channel flow.
|
UpdateChannelFlowRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateChannelFlowRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateChannelFlowRequest.Builder |
processors(Collection<Processor> processors)
Information about the processor Lambda functions
|
UpdateChannelFlowRequest.Builder |
processors(Consumer<Processor.Builder>... processors)
Information about the processor Lambda functions
|
UpdateChannelFlowRequest.Builder |
processors(Processor... processors)
Information about the processor Lambda functions
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateChannelFlowRequest.Builder channelFlowArn(String channelFlowArn)
The ARN of the channel flow.
channelFlowArn - The ARN of the channel flow.UpdateChannelFlowRequest.Builder processors(Collection<Processor> processors)
Information about the processor Lambda functions
processors - Information about the processor Lambda functionsUpdateChannelFlowRequest.Builder processors(Processor... processors)
Information about the processor Lambda functions
processors - Information about the processor Lambda functionsUpdateChannelFlowRequest.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) UpdateChannelFlowRequest.Builder name(String name)
The name of the channel flow.
name - The name of the channel flow.UpdateChannelFlowRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateChannelFlowRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.