static DescribeFlowResponse.Builder |
DescribeFlowResponse.builder() |
|
DescribeFlowResponse.Builder |
DescribeFlowResponse.Builder.createdAt(Instant createdAt) |
Specifies when the flow was created.
|
DescribeFlowResponse.Builder |
DescribeFlowResponse.Builder.createdBy(String createdBy) |
The ARN of the user who created the flow.
|
DescribeFlowResponse.Builder |
DescribeFlowResponse.Builder.description(String description) |
A description of the flow.
|
DescribeFlowResponse.Builder |
DescribeFlowResponse.Builder.destinationFlowConfigList(Collection<DestinationFlowConfig> destinationFlowConfigList) |
The configuration that controls how Amazon AppFlow transfers data to the destination connector.
|
DescribeFlowResponse.Builder |
DescribeFlowResponse.Builder.destinationFlowConfigList(Consumer<DestinationFlowConfig.Builder>... destinationFlowConfigList) |
The configuration that controls how Amazon AppFlow transfers data to the destination connector.
|
DescribeFlowResponse.Builder |
DescribeFlowResponse.Builder.destinationFlowConfigList(DestinationFlowConfig... destinationFlowConfigList) |
The configuration that controls how Amazon AppFlow transfers data to the destination connector.
|
DescribeFlowResponse.Builder |
DescribeFlowResponse.Builder.flowArn(String flowArn) |
The flow's Amazon Resource Name (ARN).
|
DescribeFlowResponse.Builder |
DescribeFlowResponse.Builder.flowName(String flowName) |
The specified name of the flow.
|
DescribeFlowResponse.Builder |
DescribeFlowResponse.Builder.flowStatus(String flowStatus) |
Indicates the current status of the flow.
|
DescribeFlowResponse.Builder |
DescribeFlowResponse.Builder.flowStatus(FlowStatus flowStatus) |
Indicates the current status of the flow.
|
DescribeFlowResponse.Builder |
DescribeFlowResponse.Builder.flowStatusMessage(String flowStatusMessage) |
Contains an error message if the flow status is in a suspended or error state.
|
DescribeFlowResponse.Builder |
DescribeFlowResponse.Builder.kmsArn(String kmsArn) |
The ARN (Amazon Resource Name) of the Key Management Service (KMS) key you provide for encryption.
|
default DescribeFlowResponse.Builder |
DescribeFlowResponse.Builder.lastRunExecutionDetails(Consumer<ExecutionDetails.Builder> lastRunExecutionDetails) |
Describes the details of the most recent flow run.
|
DescribeFlowResponse.Builder |
DescribeFlowResponse.Builder.lastRunExecutionDetails(ExecutionDetails lastRunExecutionDetails) |
Describes the details of the most recent flow run.
|
DescribeFlowResponse.Builder |
DescribeFlowResponse.Builder.lastRunMetadataCatalogDetails(Collection<MetadataCatalogDetail> lastRunMetadataCatalogDetails) |
Describes the metadata catalog, metadata table, and data partitions that Amazon AppFlow used for the
associated flow run.
|
DescribeFlowResponse.Builder |
DescribeFlowResponse.Builder.lastRunMetadataCatalogDetails(Consumer<MetadataCatalogDetail.Builder>... lastRunMetadataCatalogDetails) |
Describes the metadata catalog, metadata table, and data partitions that Amazon AppFlow used for the
associated flow run.
|
DescribeFlowResponse.Builder |
DescribeFlowResponse.Builder.lastRunMetadataCatalogDetails(MetadataCatalogDetail... lastRunMetadataCatalogDetails) |
Describes the metadata catalog, metadata table, and data partitions that Amazon AppFlow used for the
associated flow run.
|
DescribeFlowResponse.Builder |
DescribeFlowResponse.Builder.lastUpdatedAt(Instant lastUpdatedAt) |
Specifies when the flow was last updated.
|
DescribeFlowResponse.Builder |
DescribeFlowResponse.Builder.lastUpdatedBy(String lastUpdatedBy) |
Specifies the user name of the account that performed the most recent update.
|
default DescribeFlowResponse.Builder |
DescribeFlowResponse.Builder.metadataCatalogConfig(Consumer<MetadataCatalogConfig.Builder> metadataCatalogConfig) |
Specifies the configuration that Amazon AppFlow uses when it catalogs the data that's transferred by the
associated flow.
|
DescribeFlowResponse.Builder |
DescribeFlowResponse.Builder.metadataCatalogConfig(MetadataCatalogConfig metadataCatalogConfig) |
Specifies the configuration that Amazon AppFlow uses when it catalogs the data that's transferred by the
associated flow.
|
DescribeFlowResponse.Builder |
DescribeFlowResponse.Builder.schemaVersion(Long schemaVersion) |
The version number of your data schema.
|
default DescribeFlowResponse.Builder |
DescribeFlowResponse.Builder.sourceFlowConfig(Consumer<SourceFlowConfig.Builder> sourceFlowConfig) |
The configuration that controls how Amazon AppFlow retrieves data from the source connector.
|
DescribeFlowResponse.Builder |
DescribeFlowResponse.Builder.sourceFlowConfig(SourceFlowConfig sourceFlowConfig) |
The configuration that controls how Amazon AppFlow retrieves data from the source connector.
|
DescribeFlowResponse.Builder |
DescribeFlowResponse.Builder.tags(Map<String,String> tags) |
The tags used to organize, track, or control access for your flow.
|
DescribeFlowResponse.Builder |
DescribeFlowResponse.Builder.tasks(Collection<Task> tasks) |
A list of tasks that Amazon AppFlow performs while transferring the data in the flow run.
|
DescribeFlowResponse.Builder |
DescribeFlowResponse.Builder.tasks(Consumer<Task.Builder>... tasks) |
A list of tasks that Amazon AppFlow performs while transferring the data in the flow run.
|
DescribeFlowResponse.Builder |
DescribeFlowResponse.Builder.tasks(Task... tasks) |
A list of tasks that Amazon AppFlow performs while transferring the data in the flow run.
|
DescribeFlowResponse.Builder |
DescribeFlowResponse.toBuilder() |
|
default DescribeFlowResponse.Builder |
DescribeFlowResponse.Builder.triggerConfig(Consumer<TriggerConfig.Builder> triggerConfig) |
The trigger settings that determine how and when the flow runs.
|
DescribeFlowResponse.Builder |
DescribeFlowResponse.Builder.triggerConfig(TriggerConfig triggerConfig) |
The trigger settings that determine how and when the flow runs.
|