static UpdateFlowRequest.Builder |
UpdateFlowRequest.builder() |
|
UpdateFlowRequest.Builder |
UpdateFlowRequest.Builder.clientToken(String clientToken) |
The clientToken parameter is an idempotency token.
|
UpdateFlowRequest.Builder |
UpdateFlowRequest.Builder.description(String description) |
A description of the flow.
|
UpdateFlowRequest.Builder |
UpdateFlowRequest.Builder.destinationFlowConfigList(Collection<DestinationFlowConfig> destinationFlowConfigList) |
The configuration that controls how Amazon AppFlow transfers data to the destination connector.
|
UpdateFlowRequest.Builder |
UpdateFlowRequest.Builder.destinationFlowConfigList(Consumer<DestinationFlowConfig.Builder>... destinationFlowConfigList) |
The configuration that controls how Amazon AppFlow transfers data to the destination connector.
|
UpdateFlowRequest.Builder |
UpdateFlowRequest.Builder.destinationFlowConfigList(DestinationFlowConfig... destinationFlowConfigList) |
The configuration that controls how Amazon AppFlow transfers data to the destination connector.
|
UpdateFlowRequest.Builder |
UpdateFlowRequest.Builder.flowName(String flowName) |
The specified name of the flow.
|
default UpdateFlowRequest.Builder |
UpdateFlowRequest.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.
|
UpdateFlowRequest.Builder |
UpdateFlowRequest.Builder.metadataCatalogConfig(MetadataCatalogConfig metadataCatalogConfig) |
Specifies the configuration that Amazon AppFlow uses when it catalogs the data that's transferred by the
associated flow.
|
UpdateFlowRequest.Builder |
UpdateFlowRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
UpdateFlowRequest.Builder |
UpdateFlowRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
default UpdateFlowRequest.Builder |
UpdateFlowRequest.Builder.sourceFlowConfig(Consumer<SourceFlowConfig.Builder> sourceFlowConfig) |
Sets the value of the SourceFlowConfig property for this object.
|
UpdateFlowRequest.Builder |
UpdateFlowRequest.Builder.sourceFlowConfig(SourceFlowConfig sourceFlowConfig) |
Sets the value of the SourceFlowConfig property for this object.
|
UpdateFlowRequest.Builder |
UpdateFlowRequest.Builder.tasks(Collection<Task> tasks) |
A list of tasks that Amazon AppFlow performs while transferring the data in the flow run.
|
UpdateFlowRequest.Builder |
UpdateFlowRequest.Builder.tasks(Consumer<Task.Builder>... tasks) |
A list of tasks that Amazon AppFlow performs while transferring the data in the flow run.
|
UpdateFlowRequest.Builder |
UpdateFlowRequest.Builder.tasks(Task... tasks) |
A list of tasks that Amazon AppFlow performs while transferring the data in the flow run.
|
UpdateFlowRequest.Builder |
UpdateFlowRequest.toBuilder() |
|
default UpdateFlowRequest.Builder |
UpdateFlowRequest.Builder.triggerConfig(Consumer<TriggerConfig.Builder> triggerConfig) |
The trigger settings that determine how and when the flow runs.
|
UpdateFlowRequest.Builder |
UpdateFlowRequest.Builder.triggerConfig(TriggerConfig triggerConfig) |
The trigger settings that determine how and when the flow runs.
|