Interface UpdateChannelFlowRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,ChimeSdkMessagingRequest.Builder,CopyableBuilder<UpdateChannelFlowRequest.Builder,UpdateChannelFlowRequest>,SdkBuilder<UpdateChannelFlowRequest.Builder,UpdateChannelFlowRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateChannelFlowRequest
public static interface UpdateChannelFlowRequest.Builder extends ChimeSdkMessagingRequest.Builder, SdkPojo, CopyableBuilder<UpdateChannelFlowRequest.Builder,UpdateChannelFlowRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateChannelFlowRequest.BuilderchannelFlowArn(String channelFlowArn)The ARN of the channel flow.UpdateChannelFlowRequest.Buildername(String name)The name of the channel flow.UpdateChannelFlowRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateChannelFlowRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateChannelFlowRequest.Builderprocessors(Collection<Processor> processors)Information about the processor Lambda functionsUpdateChannelFlowRequest.Builderprocessors(Consumer<Processor.Builder>... processors)Information about the processor Lambda functionsUpdateChannelFlowRequest.Builderprocessors(Processor... processors)Information about the processor Lambda functions-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.chimesdkmessaging.model.ChimeSdkMessagingRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
channelFlowArn
UpdateChannelFlowRequest.Builder channelFlowArn(String channelFlowArn)
The ARN of the channel flow.
- Parameters:
channelFlowArn- The ARN of the channel flow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
processors
UpdateChannelFlowRequest.Builder processors(Collection<Processor> processors)
Information about the processor Lambda functions
- Parameters:
processors- Information about the processor Lambda functions- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
processors
UpdateChannelFlowRequest.Builder processors(Processor... processors)
Information about the processor Lambda functions
- Parameters:
processors- Information about the processor Lambda functions- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
processors
UpdateChannelFlowRequest.Builder processors(Consumer<Processor.Builder>... processors)
Information about the processor Lambda functions
This is a convenience method that creates an instance of theProcessor.Builderavoiding the need to create one manually viaProcessor.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#processors(List.) - Parameters:
processors- a consumer that will call methods onProcessor.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#processors(java.util.Collection)
-
name
UpdateChannelFlowRequest.Builder name(String name)
The name of the channel flow.
- Parameters:
name- The name of the channel flow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateChannelFlowRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateChannelFlowRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-