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 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) 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 © 2021. All rights reserved.