public static interface CreateFlowRequest.Builder extends AppflowRequest.Builder, SdkPojo, CopyableBuilder<CreateFlowRequest.Builder,CreateFlowRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateFlowRequest.Builder |
description(String description)
A description of the flow you want to create.
|
CreateFlowRequest.Builder |
destinationFlowConfigList(Collection<DestinationFlowConfig> destinationFlowConfigList)
The configuration that controls how Amazon AppFlow places data in the destination connector.
|
CreateFlowRequest.Builder |
destinationFlowConfigList(Consumer<DestinationFlowConfig.Builder>... destinationFlowConfigList)
The configuration that controls how Amazon AppFlow places data in the destination connector.
|
CreateFlowRequest.Builder |
destinationFlowConfigList(DestinationFlowConfig... destinationFlowConfigList)
The configuration that controls how Amazon AppFlow places data in the destination connector.
|
CreateFlowRequest.Builder |
flowName(String flowName)
The specified name of the flow.
|
CreateFlowRequest.Builder |
kmsArn(String kmsArn)
The ARN (Amazon Resource Name) of the Key Management Service (KMS) key you provide for encryption.
|
default 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 |
metadataCatalogConfig(MetadataCatalogConfig metadataCatalogConfig)
Specifies the configuration that Amazon AppFlow uses when it catalogs the data that's transferred by the
associated flow.
|
CreateFlowRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateFlowRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
default CreateFlowRequest.Builder |
sourceFlowConfig(Consumer<SourceFlowConfig.Builder> sourceFlowConfig)
The configuration that controls how Amazon AppFlow retrieves data from the source connector.
|
CreateFlowRequest.Builder |
sourceFlowConfig(SourceFlowConfig sourceFlowConfig)
The configuration that controls how Amazon AppFlow retrieves data from the source connector.
|
CreateFlowRequest.Builder |
tags(Map<String,String> tags)
The tags used to organize, track, or control access for your flow.
|
CreateFlowRequest.Builder |
tasks(Collection<Task> tasks)
A list of tasks that Amazon AppFlow performs while transferring the data in the flow run.
|
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 |
tasks(Task... tasks)
A list of tasks that Amazon AppFlow performs while transferring the data in the flow run.
|
default CreateFlowRequest.Builder |
triggerConfig(Consumer<TriggerConfig.Builder> triggerConfig)
The trigger settings that determine how and when the flow runs.
|
CreateFlowRequest.Builder |
triggerConfig(TriggerConfig triggerConfig)
The trigger settings that determine how and when the flow runs.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateFlowRequest.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.CreateFlowRequest.Builder description(String description)
A description of the flow you want to create.
description - A description of the flow you want to create.CreateFlowRequest.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.CreateFlowRequest.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 CreateFlowRequest.Builder triggerConfig(Consumer<TriggerConfig.Builder> triggerConfig)
The trigger settings that determine how and when the flow runs.
This is a convenience method 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)CreateFlowRequest.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 CreateFlowRequest.Builder sourceFlowConfig(Consumer<SourceFlowConfig.Builder> sourceFlowConfig)
The configuration that controls how Amazon AppFlow retrieves data from the source connector.
This is a convenience method 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)CreateFlowRequest.Builder destinationFlowConfigList(Collection<DestinationFlowConfig> destinationFlowConfigList)
The configuration that controls how Amazon AppFlow places data in the destination connector.
destinationFlowConfigList - The configuration that controls how Amazon AppFlow places data in the destination connector.CreateFlowRequest.Builder destinationFlowConfigList(DestinationFlowConfig... destinationFlowConfigList)
The configuration that controls how Amazon AppFlow places data in the destination connector.
destinationFlowConfigList - The configuration that controls how Amazon AppFlow places data in the destination connector.CreateFlowRequest.Builder destinationFlowConfigList(Consumer<DestinationFlowConfig.Builder>... destinationFlowConfigList)
The configuration that controls how Amazon AppFlow places data in the destination connector.
This is a convenience method that creates an instance of theDestinationFlowConfig.Builder avoiding the need to
create one manually via DestinationFlowConfig.builder()
.
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #destinationFlowConfigList(List.
destinationFlowConfigList - a consumer that will call methods on
DestinationFlowConfig.Builder#destinationFlowConfigList(java.util.Collection) CreateFlowRequest.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.CreateFlowRequest.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.CreateFlowRequest.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 method that creates an instance of theTask.Builder avoiding the need to create one manually
via Task.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #tasks(List.
tasks - a consumer that will call methods on
Task.Builder#tasks(java.util.Collection) CreateFlowRequest.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.CreateFlowRequest.Builder metadataCatalogConfig(MetadataCatalogConfig metadataCatalogConfig)
Specifies the configuration that Amazon AppFlow uses when it catalogs the data that's transferred by the associated flow. When Amazon AppFlow catalogs the data from a flow, it stores metadata in a data catalog.
metadataCatalogConfig - Specifies the configuration that Amazon AppFlow uses when it catalogs the data that's transferred by
the associated flow. When Amazon AppFlow catalogs the data from a flow, it stores metadata in a data
catalog.default 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. When Amazon AppFlow catalogs the data from a flow, it stores metadata in a data catalog.
This is a convenience method that creates an instance of theMetadataCatalogConfig.Builder avoiding
the need to create one manually via MetadataCatalogConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to metadataCatalogConfig(MetadataCatalogConfig).
metadataCatalogConfig - a consumer that will call methods on MetadataCatalogConfig.BuildermetadataCatalogConfig(MetadataCatalogConfig)CreateFlowRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateFlowRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.