Interface CreateDataIntegrationFlowRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<CreateDataIntegrationFlowRequest.Builder,
,CreateDataIntegrationFlowRequest> SdkBuilder<CreateDataIntegrationFlowRequest.Builder,
,CreateDataIntegrationFlowRequest> SdkPojo
,SdkRequest.Builder
,SupplyChainRequest.Builder
- Enclosing class:
CreateDataIntegrationFlowRequest
-
Method Summary
Modifier and TypeMethodDescriptioninstanceId
(String instanceId) The Amazon Web Services Supply Chain instance identifier.Name of the DataIntegrationFlow.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.sources
(Collection<DataIntegrationFlowSource> sources) The source configurations for DataIntegrationFlow.sources
(Consumer<DataIntegrationFlowSource.Builder>... sources) The source configurations for DataIntegrationFlow.sources
(DataIntegrationFlowSource... sources) The source configurations for DataIntegrationFlow.The tags of the DataIntegrationFlow to be createdThe target configurations for DataIntegrationFlow.target
(DataIntegrationFlowTarget target) The target configurations for DataIntegrationFlow.transformation
(Consumer<DataIntegrationFlowTransformation.Builder> transformation) The transformation configurations for DataIntegrationFlow.transformation
(DataIntegrationFlowTransformation transformation) The transformation configurations for DataIntegrationFlow.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, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.services.supplychain.model.SupplyChainRequest.Builder
build
-
Method Details
-
instanceId
The Amazon Web Services Supply Chain instance identifier.
- Parameters:
instanceId
- The Amazon Web Services Supply Chain instance identifier.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
Name of the DataIntegrationFlow.
- Parameters:
name
- Name of the DataIntegrationFlow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sources
The source configurations for DataIntegrationFlow.
- Parameters:
sources
- The source configurations for DataIntegrationFlow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sources
The source configurations for DataIntegrationFlow.
- Parameters:
sources
- The source configurations for DataIntegrationFlow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sources
CreateDataIntegrationFlowRequest.Builder sources(Consumer<DataIntegrationFlowSource.Builder>... sources) The source configurations for DataIntegrationFlow.
This is a convenience method that creates an instance of theDataIntegrationFlowSource.Builder
avoiding the need to create one manually viaDataIntegrationFlowSource.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tosources(List<DataIntegrationFlowSource>)
.- Parameters:
sources
- a consumer that will call methods onDataIntegrationFlowSource.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
transformation
CreateDataIntegrationFlowRequest.Builder transformation(DataIntegrationFlowTransformation transformation) The transformation configurations for DataIntegrationFlow.
- Parameters:
transformation
- The transformation configurations for DataIntegrationFlow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
transformation
default CreateDataIntegrationFlowRequest.Builder transformation(Consumer<DataIntegrationFlowTransformation.Builder> transformation) The transformation configurations for DataIntegrationFlow.
This is a convenience method that creates an instance of theDataIntegrationFlowTransformation.Builder
avoiding the need to create one manually viaDataIntegrationFlowTransformation.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed totransformation(DataIntegrationFlowTransformation)
.- Parameters:
transformation
- a consumer that will call methods onDataIntegrationFlowTransformation.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
target
The target configurations for DataIntegrationFlow.
- Parameters:
target
- The target configurations for DataIntegrationFlow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
target
default CreateDataIntegrationFlowRequest.Builder target(Consumer<DataIntegrationFlowTarget.Builder> target) The target configurations for DataIntegrationFlow.
This is a convenience method that creates an instance of theDataIntegrationFlowTarget.Builder
avoiding the need to create one manually viaDataIntegrationFlowTarget.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed totarget(DataIntegrationFlowTarget)
.- Parameters:
target
- a consumer that will call methods onDataIntegrationFlowTarget.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
tags
The tags of the DataIntegrationFlow to be created
- Parameters:
tags
- The tags of the DataIntegrationFlow to be created- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
CreateDataIntegrationFlowRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
CreateDataIntegrationFlowRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-