| Package | Description |
|---|---|
| software.amazon.awssdk.services.appflow |
Welcome to the Amazon AppFlow API reference.
|
| software.amazon.awssdk.services.appflow.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<UpdateFlowResponse> |
AppflowAsyncClient.updateFlow(Consumer<UpdateFlowRequest.Builder> updateFlowRequest)
Updates an existing flow.
|
default UpdateFlowResponse |
AppflowClient.updateFlow(Consumer<UpdateFlowRequest.Builder> updateFlowRequest)
Updates an existing flow.
|
| Modifier and Type | Method and Description |
|---|---|
static UpdateFlowRequest.Builder |
UpdateFlowRequest.builder() |
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(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateFlowRequest.Builder |
UpdateFlowRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
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.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateFlowRequest.Builder> |
UpdateFlowRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.