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 that creates an instance of theList.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #processors(List) .processors - a consumer that will call methods on List.Builder #processors(List) 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 © 2021. All rights reserved.