Interface ChannelFlow.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<ChannelFlow.Builder,,ChannelFlow> SdkBuilder<ChannelFlow.Builder,,ChannelFlow> SdkPojo
- Enclosing class:
 ChannelFlow
public static interface ChannelFlow.Builder
extends SdkPojo, CopyableBuilder<ChannelFlow.Builder,ChannelFlow> 
- 
Method Summary
Modifier and TypeMethodDescriptionchannelFlowArn(String channelFlowArn) The ARN of the channel flow.createdTimestamp(Instant createdTimestamp) The time at which the channel flow was created.lastUpdatedTimestamp(Instant lastUpdatedTimestamp) The time at which a channel flow was updated.The name of the channel flow.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.Methods 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
- 
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
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.
 
 - 
createdTimestamp
The time at which the channel flow was created.
- Parameters:
 createdTimestamp- The time at which the channel flow was created.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
lastUpdatedTimestamp
The time at which a channel flow was updated.
- Parameters:
 lastUpdatedTimestamp- The time at which a channel flow was updated.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -