public static interface UpdateFlowRequest.Builder extends AppflowRequest.Builder, SdkPojo, CopyableBuilder<UpdateFlowRequest.Builder,UpdateFlowRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateFlowRequest.Builder |
description(String description)
A description of the flow.
|
UpdateFlowRequest.Builder |
destinationFlowConfigList(Collection<DestinationFlowConfig> destinationFlowConfigList)
The configuration that controls how Amazon AppFlow transfers data to the destination connector.
|
UpdateFlowRequest.Builder |
destinationFlowConfigList(Consumer<DestinationFlowConfig.Builder>... destinationFlowConfigList)
The configuration that controls how Amazon AppFlow transfers data to the destination connector.
|
UpdateFlowRequest.Builder |
destinationFlowConfigList(DestinationFlowConfig... destinationFlowConfigList)
The configuration that controls how Amazon AppFlow transfers data to the destination connector.
|
UpdateFlowRequest.Builder |
flowName(String flowName)
The specified name of the flow.
|
default 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 |
metadataCatalogConfig(MetadataCatalogConfig metadataCatalogConfig)
Specifies the configuration that Amazon AppFlow uses when it catalogs the data that's transferred by the
associated flow.
|
UpdateFlowRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateFlowRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
default UpdateFlowRequest.Builder |
sourceFlowConfig(Consumer<SourceFlowConfig.Builder> sourceFlowConfig)
Sets the value of the SourceFlowConfig property for this object.
|
UpdateFlowRequest.Builder |
sourceFlowConfig(SourceFlowConfig sourceFlowConfig)
Sets the value of the SourceFlowConfig property for this object.
|
UpdateFlowRequest.Builder |
tasks(Collection<Task> tasks)
A list of tasks that Amazon AppFlow performs while transferring the data in the flow run.
|
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 |
tasks(Task... tasks)
A list of tasks that Amazon AppFlow performs while transferring the data in the flow run.
|
default UpdateFlowRequest.Builder |
triggerConfig(Consumer<TriggerConfig.Builder> triggerConfig)
The trigger settings that determine how and when the flow runs.
|
UpdateFlowRequest.Builder |
triggerConfig(TriggerConfig triggerConfig)
The trigger settings that determine how and when the flow runs.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateFlowRequest.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.UpdateFlowRequest.Builder description(String description)
A description of the flow.
description - A description of the flow.UpdateFlowRequest.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 UpdateFlowRequest.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)UpdateFlowRequest.Builder sourceFlowConfig(SourceFlowConfig sourceFlowConfig)
sourceFlowConfig - The new value for the SourceFlowConfig property for this object.default UpdateFlowRequest.Builder sourceFlowConfig(Consumer<SourceFlowConfig.Builder> sourceFlowConfig)
SourceFlowConfig.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)UpdateFlowRequest.Builder destinationFlowConfigList(Collection<DestinationFlowConfig> destinationFlowConfigList)
The configuration that controls how Amazon AppFlow transfers data to the destination connector.
destinationFlowConfigList - The configuration that controls how Amazon AppFlow transfers data to the destination connector.UpdateFlowRequest.Builder destinationFlowConfigList(DestinationFlowConfig... destinationFlowConfigList)
The configuration that controls how Amazon AppFlow transfers data to the destination connector.
destinationFlowConfigList - The configuration that controls how Amazon AppFlow transfers data to the destination connector.UpdateFlowRequest.Builder destinationFlowConfigList(Consumer<DestinationFlowConfig.Builder>... destinationFlowConfigList)
The configuration that controls how Amazon AppFlow transfers data to 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) UpdateFlowRequest.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.UpdateFlowRequest.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.UpdateFlowRequest.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) UpdateFlowRequest.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 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. 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)UpdateFlowRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateFlowRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.