static CreateFlowRequest.Builder |
CreateFlowRequest.builder() |
|
CreateFlowRequest.Builder |
CreateFlowRequest.Builder.clientToken(String clientToken) |
The clientToken parameter is an idempotency token.
|
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(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
CreateFlowRequest.Builder |
CreateFlowRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
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.
|