public static interface ChannelFlow.Builder extends SdkPojo, CopyableBuilder<ChannelFlow.Builder,ChannelFlow>
| Modifier and Type | Method and Description |
|---|---|
ChannelFlow.Builder |
channelFlowArn(String channelFlowArn)
The ARN of the channel flow.
|
ChannelFlow.Builder |
createdTimestamp(Instant createdTimestamp)
The time at which the channel flow was created.
|
ChannelFlow.Builder |
lastUpdatedTimestamp(Instant lastUpdatedTimestamp)
The time at which a channel flow was updated.
|
ChannelFlow.Builder |
name(String name)
The name of the channel flow.
|
ChannelFlow.Builder |
processors(Collection<Processor> processors)
Information about the processor Lambda functions.
|
ChannelFlow.Builder |
processors(Consumer<Processor.Builder>... processors)
Information about the processor Lambda functions.
|
ChannelFlow.Builder |
processors(Processor... processors)
Information about the processor Lambda functions.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildChannelFlow.Builder channelFlowArn(String channelFlowArn)
The ARN of the channel flow.
channelFlowArn - The ARN of the channel flow.ChannelFlow.Builder processors(Collection<Processor> processors)
Information about the processor Lambda functions.
processors - Information about the processor Lambda functions.ChannelFlow.Builder processors(Processor... processors)
Information about the processor Lambda functions.
processors - Information about the processor Lambda functions.ChannelFlow.Builder processors(Consumer<Processor.Builder>... processors)
Information about the processor Lambda functions.
This is a convenience method that creates an instance of theProcessor.Builder avoiding the need to create
one manually via Processor.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #processors(List.
processors - a consumer that will call methods on
Processor.Builder#processors(java.util.Collection) ChannelFlow.Builder name(String name)
The name of the channel flow.
name - The name of the channel flow.ChannelFlow.Builder createdTimestamp(Instant createdTimestamp)
The time at which the channel flow was created.
createdTimestamp - The time at which the channel flow was created.ChannelFlow.Builder lastUpdatedTimestamp(Instant lastUpdatedTimestamp)
The time at which a channel flow was updated.
lastUpdatedTimestamp - The time at which a channel flow was updated.Copyright © 2022. All rights reserved.