| 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<CreateFlowResponse> |
AppflowAsyncClient.createFlow(Consumer<CreateFlowRequest.Builder> createFlowRequest)
Enables your application to create a new flow using Amazon AppFlow.
|
default CreateFlowResponse |
AppflowClient.createFlow(Consumer<CreateFlowRequest.Builder> createFlowRequest)
Enables your application to create a new flow using Amazon AppFlow.
|
| Modifier and Type | Method and Description |
|---|---|
static CreateFlowRequest.Builder |
CreateFlowRequest.builder() |
CreateFlowRequest.Builder |
CreateFlowRequest.Builder.description(String description)
A description of the flow you want to create.
|
CreateFlowRequest.Builder |
CreateFlowRequest.Builder.destinationFlowConfigList(Collection<DestinationFlowConfig> destinationFlowConfigList)
The configuration that controls how Amazon AppFlow places data in the destination connector.
|
CreateFlowRequest.Builder |
CreateFlowRequest.Builder.destinationFlowConfigList(Consumer<DestinationFlowConfig.Builder>... destinationFlowConfigList)
The configuration that controls how Amazon AppFlow places data in the destination connector.
|
CreateFlowRequest.Builder |
CreateFlowRequest.Builder.destinationFlowConfigList(DestinationFlowConfig... destinationFlowConfigList)
The configuration that controls how Amazon AppFlow places data in the destination connector.
|
CreateFlowRequest.Builder |
CreateFlowRequest.Builder.flowName(String flowName)
The specified name of the flow.
|
CreateFlowRequest.Builder |
CreateFlowRequest.Builder.kmsArn(String kmsArn)
The ARN (Amazon Resource Name) of the Key Management Service (KMS) key you provide for encryption.
|
default CreateFlowRequest.Builder |
CreateFlowRequest.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.
|
CreateFlowRequest.Builder |
CreateFlowRequest.Builder.metadataCatalogConfig(MetadataCatalogConfig metadataCatalogConfig)
Specifies the configuration that Amazon AppFlow uses when it catalogs the data that's transferred by the
associated flow.
|
CreateFlowRequest.Builder |
CreateFlowRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateFlowRequest.Builder |
CreateFlowRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
default CreateFlowRequest.Builder |
CreateFlowRequest.Builder.sourceFlowConfig(Consumer<SourceFlowConfig.Builder> sourceFlowConfig)
The configuration that controls how Amazon AppFlow retrieves data from the source connector.
|
CreateFlowRequest.Builder |
CreateFlowRequest.Builder.sourceFlowConfig(SourceFlowConfig sourceFlowConfig)
The configuration that controls how Amazon AppFlow retrieves data from the source connector.
|
CreateFlowRequest.Builder |
CreateFlowRequest.Builder.tags(Map<String,String> tags)
The tags used to organize, track, or control access for your flow.
|
CreateFlowRequest.Builder |
CreateFlowRequest.Builder.tasks(Collection<Task> tasks)
A list of tasks that Amazon AppFlow performs while transferring the data in the flow run.
|
CreateFlowRequest.Builder |
CreateFlowRequest.Builder.tasks(Consumer<Task.Builder>... tasks)
A list of tasks that Amazon AppFlow performs while transferring the data in the flow run.
|
CreateFlowRequest.Builder |
CreateFlowRequest.Builder.tasks(Task... tasks)
A list of tasks that Amazon AppFlow performs while transferring the data in the flow run.
|
CreateFlowRequest.Builder |
CreateFlowRequest.toBuilder() |
default CreateFlowRequest.Builder |
CreateFlowRequest.Builder.triggerConfig(Consumer<TriggerConfig.Builder> triggerConfig)
The trigger settings that determine how and when the flow runs.
|
CreateFlowRequest.Builder |
CreateFlowRequest.Builder.triggerConfig(TriggerConfig triggerConfig)
The trigger settings that determine how and when the flow runs.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateFlowRequest.Builder> |
CreateFlowRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.