public static interface DescribeFlowResponse.Builder extends AppflowResponse.Builder, SdkPojo, CopyableBuilder<DescribeFlowResponse.Builder,DescribeFlowResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeFlowResponse.Builder |
createdAt(Instant createdAt)
Specifies when the flow was created.
|
DescribeFlowResponse.Builder |
createdBy(String createdBy)
The ARN of the user who created the flow.
|
DescribeFlowResponse.Builder |
description(String description)
A description of the flow.
|
DescribeFlowResponse.Builder |
destinationFlowConfigList(Collection<DestinationFlowConfig> destinationFlowConfigList)
The configuration that controls how Amazon AppFlow transfers data to the destination connector.
|
DescribeFlowResponse.Builder |
destinationFlowConfigList(Consumer<DestinationFlowConfig.Builder>... destinationFlowConfigList)
The configuration that controls how Amazon AppFlow transfers data to the destination connector.
|
DescribeFlowResponse.Builder |
destinationFlowConfigList(DestinationFlowConfig... destinationFlowConfigList)
The configuration that controls how Amazon AppFlow transfers data to the destination connector.
|
DescribeFlowResponse.Builder |
flowArn(String flowArn)
The flow's Amazon Resource Name (ARN).
|
DescribeFlowResponse.Builder |
flowName(String flowName)
The specified name of the flow.
|
DescribeFlowResponse.Builder |
flowStatus(FlowStatus flowStatus)
Indicates the current status of the flow.
|
DescribeFlowResponse.Builder |
flowStatus(String flowStatus)
Indicates the current status of the flow.
|
DescribeFlowResponse.Builder |
flowStatusMessage(String flowStatusMessage)
Contains an error message if the flow status is in a suspended or error state.
|
DescribeFlowResponse.Builder |
kmsArn(String kmsArn)
The ARN (Amazon Resource Name) of the Key Management Service (KMS) key you provide for encryption.
|
default DescribeFlowResponse.Builder |
lastRunExecutionDetails(Consumer<ExecutionDetails.Builder> lastRunExecutionDetails)
Describes the details of the most recent flow run.
|
DescribeFlowResponse.Builder |
lastRunExecutionDetails(ExecutionDetails lastRunExecutionDetails)
Describes the details of the most recent flow run.
|
DescribeFlowResponse.Builder |
lastUpdatedAt(Instant lastUpdatedAt)
Specifies when the flow was last updated.
|
DescribeFlowResponse.Builder |
lastUpdatedBy(String lastUpdatedBy)
Specifies the user name of the account that performed the most recent update.
|
default DescribeFlowResponse.Builder |
sourceFlowConfig(Consumer<SourceFlowConfig.Builder> sourceFlowConfig)
The configuration that controls how Amazon AppFlow retrieves data from the source connector.
|
DescribeFlowResponse.Builder |
sourceFlowConfig(SourceFlowConfig sourceFlowConfig)
The configuration that controls how Amazon AppFlow retrieves data from the source connector.
|
DescribeFlowResponse.Builder |
tags(Map<String,String> tags)
The tags used to organize, track, or control access for your flow.
|
DescribeFlowResponse.Builder |
tasks(Collection<Task> tasks)
A list of tasks that Amazon AppFlow performs while transferring the data in the flow run.
|
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 |
tasks(Task... tasks)
A list of tasks that Amazon AppFlow performs while transferring the data in the flow run.
|
default DescribeFlowResponse.Builder |
triggerConfig(Consumer<TriggerConfig.Builder> triggerConfig)
The trigger settings that determine how and when the flow runs.
|
DescribeFlowResponse.Builder |
triggerConfig(TriggerConfig triggerConfig)
The trigger settings that determine how and when the flow runs.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeFlowResponse.Builder flowArn(String flowArn)
The flow's Amazon Resource Name (ARN).
flowArn - The flow's Amazon Resource Name (ARN).DescribeFlowResponse.Builder description(String description)
A description of the flow.
description - A description of the flow.DescribeFlowResponse.Builder flowName(String flowName)
The specified name of the flow. Spaces are not allowed. Use underscores (_) or hyphens (-) only.
flowName - The specified name of the flow. Spaces are not allowed. Use underscores (_) or hyphens (-) only.DescribeFlowResponse.Builder kmsArn(String kmsArn)
The ARN (Amazon Resource Name) of the Key Management Service (KMS) key you provide for encryption. This is required if you do not want to use the Amazon AppFlow-managed KMS key. If you don't provide anything here, Amazon AppFlow uses the Amazon AppFlow-managed KMS key.
kmsArn - The ARN (Amazon Resource Name) of the Key Management Service (KMS) key you provide for encryption.
This is required if you do not want to use the Amazon AppFlow-managed KMS key. If you don't provide
anything here, Amazon AppFlow uses the Amazon AppFlow-managed KMS key.DescribeFlowResponse.Builder flowStatus(String flowStatus)
Indicates the current status of the flow.
flowStatus - Indicates the current status of the flow.FlowStatus,
FlowStatusDescribeFlowResponse.Builder flowStatus(FlowStatus flowStatus)
Indicates the current status of the flow.
flowStatus - Indicates the current status of the flow.FlowStatus,
FlowStatusDescribeFlowResponse.Builder flowStatusMessage(String flowStatusMessage)
Contains an error message if the flow status is in a suspended or error state. This applies only to scheduled or event-triggered flows.
flowStatusMessage - Contains an error message if the flow status is in a suspended or error state. This applies only to
scheduled or event-triggered flows.DescribeFlowResponse.Builder sourceFlowConfig(SourceFlowConfig sourceFlowConfig)
The configuration that controls how Amazon AppFlow retrieves data from the source connector.
sourceFlowConfig - The configuration that controls how Amazon AppFlow retrieves data from the source connector.default DescribeFlowResponse.Builder sourceFlowConfig(Consumer<SourceFlowConfig.Builder> sourceFlowConfig)
The configuration that controls how Amazon AppFlow retrieves data from the source connector.
This is a convenience that creates an instance of theSourceFlowConfig.Builder avoiding the need to
create one manually via SourceFlowConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to sourceFlowConfig(SourceFlowConfig).sourceFlowConfig - a consumer that will call methods on SourceFlowConfig.BuildersourceFlowConfig(SourceFlowConfig)DescribeFlowResponse.Builder destinationFlowConfigList(Collection<DestinationFlowConfig> destinationFlowConfigList)
The configuration that controls how Amazon AppFlow transfers data to the destination connector.
destinationFlowConfigList - The configuration that controls how Amazon AppFlow transfers data to the destination connector.DescribeFlowResponse.Builder destinationFlowConfigList(DestinationFlowConfig... destinationFlowConfigList)
The configuration that controls how Amazon AppFlow transfers data to the destination connector.
destinationFlowConfigList - The configuration that controls how Amazon AppFlow transfers data to the destination connector.DescribeFlowResponse.Builder destinationFlowConfigList(Consumer<DestinationFlowConfig.Builder>... destinationFlowConfigList)
The configuration that controls how Amazon AppFlow transfers data to the destination connector.
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 #destinationFlowConfigList(List) .destinationFlowConfigList - a consumer that will call methods on List.Builder #destinationFlowConfigList(List) DescribeFlowResponse.Builder lastRunExecutionDetails(ExecutionDetails lastRunExecutionDetails)
Describes the details of the most recent flow run.
lastRunExecutionDetails - Describes the details of the most recent flow run.default DescribeFlowResponse.Builder lastRunExecutionDetails(Consumer<ExecutionDetails.Builder> lastRunExecutionDetails)
Describes the details of the most recent flow run.
This is a convenience that creates an instance of theExecutionDetails.Builder avoiding the need to
create one manually via ExecutionDetails.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to lastRunExecutionDetails(ExecutionDetails).lastRunExecutionDetails - a consumer that will call methods on ExecutionDetails.BuilderlastRunExecutionDetails(ExecutionDetails)DescribeFlowResponse.Builder triggerConfig(TriggerConfig triggerConfig)
The trigger settings that determine how and when the flow runs.
triggerConfig - The trigger settings that determine how and when the flow runs.default DescribeFlowResponse.Builder triggerConfig(Consumer<TriggerConfig.Builder> triggerConfig)
The trigger settings that determine how and when the flow runs.
This is a convenience that creates an instance of theTriggerConfig.Builder avoiding the need to
create one manually via TriggerConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to triggerConfig(TriggerConfig).triggerConfig - a consumer that will call methods on TriggerConfig.BuildertriggerConfig(TriggerConfig)DescribeFlowResponse.Builder tasks(Collection<Task> tasks)
A list of tasks that Amazon AppFlow performs while transferring the data in the flow run.
tasks - A list of tasks that Amazon AppFlow performs while transferring the data in the flow run.DescribeFlowResponse.Builder tasks(Task... tasks)
A list of tasks that Amazon AppFlow performs while transferring the data in the flow run.
tasks - A list of tasks that Amazon AppFlow performs while transferring the data in the flow run.DescribeFlowResponse.Builder tasks(Consumer<Task.Builder>... tasks)
A list of tasks that Amazon AppFlow performs while transferring the data in the flow run.
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 #tasks(List) .tasks - a consumer that will call methods on List.Builder #tasks(List) DescribeFlowResponse.Builder createdAt(Instant createdAt)
Specifies when the flow was created.
createdAt - Specifies when the flow was created.DescribeFlowResponse.Builder lastUpdatedAt(Instant lastUpdatedAt)
Specifies when the flow was last updated.
lastUpdatedAt - Specifies when the flow was last updated.DescribeFlowResponse.Builder createdBy(String createdBy)
The ARN of the user who created the flow.
createdBy - The ARN of the user who created the flow.DescribeFlowResponse.Builder lastUpdatedBy(String lastUpdatedBy)
Specifies the user name of the account that performed the most recent update.
lastUpdatedBy - Specifies the user name of the account that performed the most recent update.DescribeFlowResponse.Builder tags(Map<String,String> tags)
The tags used to organize, track, or control access for your flow.
tags - The tags used to organize, track, or control access for your flow.Copyright © 2021. All rights reserved.