Interface CreateChannelFlowRequest.Builder
- All Superinterfaces:
 AwsRequest.Builder,Buildable,ChimeSdkMessagingRequest.Builder,CopyableBuilder<CreateChannelFlowRequest.Builder,,CreateChannelFlowRequest> SdkBuilder<CreateChannelFlowRequest.Builder,,CreateChannelFlowRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
 CreateChannelFlowRequest
public static interface CreateChannelFlowRequest.Builder
extends ChimeSdkMessagingRequest.Builder, SdkPojo, CopyableBuilder<CreateChannelFlowRequest.Builder,CreateChannelFlowRequest> 
- 
Method Summary
Modifier and TypeMethodDescriptionappInstanceArn(String appInstanceArn) The ARN of the channel flow request.clientRequestToken(String clientRequestToken) The client token for the request.The name of the channel flow.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.processors(Collection<Processor> processors) Information about the processor Lambda functions.processors(Consumer<Processor.Builder>... processors) Information about the processor Lambda functions.processors(Processor... processors) Information about the processor Lambda functions.tags(Collection<Tag> tags) The tags for the creation request.tags(Consumer<Tag.Builder>... tags) The tags for the creation request.The tags for the creation request.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.services.chimesdkmessaging.model.ChimeSdkMessagingRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
appInstanceArn
The ARN of the channel flow request.
- Parameters:
 appInstanceArn- The ARN of the channel flow request.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
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
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
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 toprocessors(List<Processor>).- 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:
 
 - 
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.
 
 - 
tags
The tags for the creation request.
- Parameters:
 tags- The tags for the creation request.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
tags
The tags for the creation request.
- Parameters:
 tags- The tags for the creation request.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
tags
The tags for the creation request.
This is a convenience method that creates an instance of theTag.Builderavoiding the need to create one manually viaTag.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed totags(List<Tag>).- Parameters:
 tags- a consumer that will call methods onTag.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
clientRequestToken
The client token for the request. An Idempotency token.
- Parameters:
 clientRequestToken- The client token for the request. An Idempotency token.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
overrideConfiguration
CreateChannelFlowRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
 overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
 overrideConfiguration- The override configuration.- Returns:
 - This object for method chaining.
 
 - 
overrideConfiguration
CreateChannelFlowRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
 overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
 builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
 - This object for method chaining.
 
 
 -