Interface UpdateFlowRequest.Builder
-
- All Superinterfaces:
AppflowRequest.Builder,AwsRequest.Builder,Buildable,CopyableBuilder<UpdateFlowRequest.Builder,UpdateFlowRequest>,SdkBuilder<UpdateFlowRequest.Builder,UpdateFlowRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateFlowRequest
public static interface UpdateFlowRequest.Builder extends AppflowRequest.Builder, SdkPojo, CopyableBuilder<UpdateFlowRequest.Builder,UpdateFlowRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description UpdateFlowRequest.BuilderclientToken(String clientToken)TheclientTokenparameter is an idempotency token.UpdateFlowRequest.Builderdescription(String description)A description of the flow.UpdateFlowRequest.BuilderdestinationFlowConfigList(Collection<DestinationFlowConfig> destinationFlowConfigList)The configuration that controls how Amazon AppFlow transfers data to the destination connector.UpdateFlowRequest.BuilderdestinationFlowConfigList(Consumer<DestinationFlowConfig.Builder>... destinationFlowConfigList)The configuration that controls how Amazon AppFlow transfers data to the destination connector.UpdateFlowRequest.BuilderdestinationFlowConfigList(DestinationFlowConfig... destinationFlowConfigList)The configuration that controls how Amazon AppFlow transfers data to the destination connector.UpdateFlowRequest.BuilderflowName(String flowName)The specified name of the flow.default UpdateFlowRequest.BuildermetadataCatalogConfig(Consumer<MetadataCatalogConfig.Builder> metadataCatalogConfig)Specifies the configuration that Amazon AppFlow uses when it catalogs the data that's transferred by the associated flow.UpdateFlowRequest.BuildermetadataCatalogConfig(MetadataCatalogConfig metadataCatalogConfig)Specifies the configuration that Amazon AppFlow uses when it catalogs the data that's transferred by the associated flow.UpdateFlowRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateFlowRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)default UpdateFlowRequest.BuildersourceFlowConfig(Consumer<SourceFlowConfig.Builder> sourceFlowConfig)Sets the value of the SourceFlowConfig property for this object.UpdateFlowRequest.BuildersourceFlowConfig(SourceFlowConfig sourceFlowConfig)Sets the value of the SourceFlowConfig property for this object.UpdateFlowRequest.Buildertasks(Collection<Task> tasks)A list of tasks that Amazon AppFlow performs while transferring the data in the flow run.UpdateFlowRequest.Buildertasks(Consumer<Task.Builder>... tasks)A list of tasks that Amazon AppFlow performs while transferring the data in the flow run.UpdateFlowRequest.Buildertasks(Task... tasks)A list of tasks that Amazon AppFlow performs while transferring the data in the flow run.default UpdateFlowRequest.BuildertriggerConfig(Consumer<TriggerConfig.Builder> triggerConfig)The trigger settings that determine how and when the flow runs.UpdateFlowRequest.BuildertriggerConfig(TriggerConfig triggerConfig)The trigger settings that determine how and when the flow runs.-
Methods inherited from interface software.amazon.awssdk.services.appflow.model.AppflowRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
flowName
UpdateFlowRequest.Builder flowName(String flowName)
The specified name of the flow. Spaces are not allowed. Use underscores (_) or hyphens (-) only.
- Parameters:
flowName- The specified name of the flow. Spaces are not allowed. Use underscores (_) or hyphens (-) only.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
UpdateFlowRequest.Builder description(String description)
A description of the flow.
- Parameters:
description- A description of the flow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
triggerConfig
UpdateFlowRequest.Builder triggerConfig(TriggerConfig triggerConfig)
The trigger settings that determine how and when the flow runs.
- Parameters:
triggerConfig- The trigger settings that determine how and when the flow runs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
triggerConfig
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.Builderavoiding the need to create one manually viaTriggerConfig.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed totriggerConfig(TriggerConfig).- Parameters:
triggerConfig- a consumer that will call methods onTriggerConfig.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
triggerConfig(TriggerConfig)
-
sourceFlowConfig
UpdateFlowRequest.Builder sourceFlowConfig(SourceFlowConfig sourceFlowConfig)
Sets the value of the SourceFlowConfig property for this object.- Parameters:
sourceFlowConfig- The new value for the SourceFlowConfig property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sourceFlowConfig
default UpdateFlowRequest.Builder sourceFlowConfig(Consumer<SourceFlowConfig.Builder> sourceFlowConfig)
Sets the value of the SourceFlowConfig property for this object. This is a convenience method that creates an instance of theSourceFlowConfig.Builderavoiding the need to create one manually viaSourceFlowConfig.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tosourceFlowConfig(SourceFlowConfig).- Parameters:
sourceFlowConfig- a consumer that will call methods onSourceFlowConfig.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
sourceFlowConfig(SourceFlowConfig)
-
destinationFlowConfigList
UpdateFlowRequest.Builder destinationFlowConfigList(Collection<DestinationFlowConfig> destinationFlowConfigList)
The configuration that controls how Amazon AppFlow transfers data to the destination connector.
- Parameters:
destinationFlowConfigList- The configuration that controls how Amazon AppFlow transfers data to the destination connector.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
destinationFlowConfigList
UpdateFlowRequest.Builder destinationFlowConfigList(DestinationFlowConfig... destinationFlowConfigList)
The configuration that controls how Amazon AppFlow transfers data to the destination connector.
- Parameters:
destinationFlowConfigList- The configuration that controls how Amazon AppFlow transfers data to the destination connector.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
destinationFlowConfigList
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.Builderavoiding the need to create one manually viaDestinationFlowConfig.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#destinationFlowConfigList(List.) - Parameters:
destinationFlowConfigList- a consumer that will call methods onDestinationFlowConfig.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#destinationFlowConfigList(java.util.Collection)
-
tasks
UpdateFlowRequest.Builder tasks(Collection<Task> tasks)
A list of tasks that Amazon AppFlow performs while transferring the data in the flow run.
- Parameters:
tasks- A list of tasks that Amazon AppFlow performs while transferring the data in the flow run.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tasks
UpdateFlowRequest.Builder tasks(Task... tasks)
A list of tasks that Amazon AppFlow performs while transferring the data in the flow run.
- Parameters:
tasks- A list of tasks that Amazon AppFlow performs while transferring the data in the flow run.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tasks
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.Builderavoiding the need to create one manually viaTask.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#tasks(List.) - Parameters:
tasks- a consumer that will call methods onTask.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#tasks(java.util.Collection)
-
metadataCatalogConfig
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
metadataCatalogConfig
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.Builderavoiding the need to create one manually viaMetadataCatalogConfig.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tometadataCatalogConfig(MetadataCatalogConfig).- Parameters:
metadataCatalogConfig- a consumer that will call methods onMetadataCatalogConfig.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
metadataCatalogConfig(MetadataCatalogConfig)
-
clientToken
UpdateFlowRequest.Builder clientToken(String clientToken)
The
clientTokenparameter is an idempotency token. It ensures that yourUpdateFlowrequest completes only once. You choose the value to pass. For example, if you don't receive a response from your request, you can safely retry the request with the sameclientTokenparameter value.If you omit a
clientTokenvalue, the Amazon Web Services SDK that you are using inserts a value for you. This way, the SDK can safely retry requests multiple times after a network error. You must provide your own value for other use cases.If you specify input parameters that differ from your first request, an error occurs. If you use a different value for
clientToken, Amazon AppFlow considers it a new call toUpdateFlow. The token is active for 8 hours.- Parameters:
clientToken- TheclientTokenparameter is an idempotency token. It ensures that yourUpdateFlowrequest completes only once. You choose the value to pass. For example, if you don't receive a response from your request, you can safely retry the request with the sameclientTokenparameter value.If you omit a
clientTokenvalue, the Amazon Web Services SDK that you are using inserts a value for you. This way, the SDK can safely retry requests multiple times after a network error. You must provide your own value for other use cases.If you specify input parameters that differ from your first request, an error occurs. If you use a different value for
clientToken, Amazon AppFlow considers it a new call toUpdateFlow. The token is active for 8 hours.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateFlowRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateFlowRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-