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
-
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
-
appInstanceArn
CreateChannelFlowRequest.Builder appInstanceArn(String 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
CreateChannelFlowRequest.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
CreateChannelFlowRequest.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
CreateChannelFlowRequest.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
CreateChannelFlowRequest.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.
-
tags
CreateChannelFlowRequest.Builder tags(Collection<Tag> 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
CreateChannelFlowRequest.Builder tags(Tag... 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
CreateChannelFlowRequest.Builder tags(Consumer<Tag.Builder>... 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 to#tags(List.) - 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:
#tags(java.util.Collection)
-
clientRequestToken
CreateChannelFlowRequest.Builder clientRequestToken(String 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)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateChannelFlowRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-