static FlowDefinition.Builder |
FlowDefinition.builder() |
|
FlowDefinition.Builder |
FlowDefinition.Builder.createdAt(Instant createdAt) |
Specifies when the flow was created.
|
FlowDefinition.Builder |
FlowDefinition.Builder.createdBy(String createdBy) |
The ARN of the user who created the flow.
|
FlowDefinition.Builder |
FlowDefinition.Builder.description(String description) |
A user-entered description of the flow.
|
FlowDefinition.Builder |
FlowDefinition.Builder.destinationConnectorLabel(String destinationConnectorLabel) |
The label of the destination connector in the flow.
|
FlowDefinition.Builder |
FlowDefinition.Builder.destinationConnectorType(String destinationConnectorType) |
Specifies the destination connector type, such as Salesforce, Amazon S3, Amplitude, and so on.
|
FlowDefinition.Builder |
FlowDefinition.Builder.destinationConnectorType(ConnectorType destinationConnectorType) |
Specifies the destination connector type, such as Salesforce, Amazon S3, Amplitude, and so on.
|
FlowDefinition.Builder |
FlowDefinition.Builder.flowArn(String flowArn) |
The flow's Amazon Resource Name (ARN).
|
FlowDefinition.Builder |
FlowDefinition.Builder.flowName(String flowName) |
The specified name of the flow.
|
FlowDefinition.Builder |
FlowDefinition.Builder.flowStatus(String flowStatus) |
Indicates the current status of the flow.
|
FlowDefinition.Builder |
FlowDefinition.Builder.flowStatus(FlowStatus flowStatus) |
Indicates the current status of the flow.
|
default FlowDefinition.Builder |
FlowDefinition.Builder.lastRunExecutionDetails(Consumer<ExecutionDetails.Builder> lastRunExecutionDetails) |
Describes the details of the most recent flow run.
|
FlowDefinition.Builder |
FlowDefinition.Builder.lastRunExecutionDetails(ExecutionDetails lastRunExecutionDetails) |
Describes the details of the most recent flow run.
|
FlowDefinition.Builder |
FlowDefinition.Builder.lastUpdatedAt(Instant lastUpdatedAt) |
Specifies when the flow was last updated.
|
FlowDefinition.Builder |
FlowDefinition.Builder.lastUpdatedBy(String lastUpdatedBy) |
Specifies the account user name that most recently updated the flow.
|
FlowDefinition.Builder |
FlowDefinition.Builder.sourceConnectorLabel(String sourceConnectorLabel) |
The label of the source connector in the flow.
|
FlowDefinition.Builder |
FlowDefinition.Builder.sourceConnectorType(String sourceConnectorType) |
Specifies the source connector type, such as Salesforce, Amazon S3, Amplitude, and so on.
|
FlowDefinition.Builder |
FlowDefinition.Builder.sourceConnectorType(ConnectorType sourceConnectorType) |
Specifies the source connector type, such as Salesforce, Amazon S3, Amplitude, and so on.
|
FlowDefinition.Builder |
FlowDefinition.Builder.tags(Map<String,String> tags) |
The tags used to organize, track, or control access for your flow.
|
FlowDefinition.Builder |
FlowDefinition.toBuilder() |
|
FlowDefinition.Builder |
FlowDefinition.Builder.triggerType(String triggerType) |
Specifies the type of flow trigger.
|
FlowDefinition.Builder |
FlowDefinition.Builder.triggerType(TriggerType triggerType) |
Specifies the type of flow trigger.
|