Interface DataIntegrationFlow.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<DataIntegrationFlow.Builder,
,DataIntegrationFlow> SdkBuilder<DataIntegrationFlow.Builder,
,DataIntegrationFlow> SdkPojo
- Enclosing class:
DataIntegrationFlow
-
Method Summary
Modifier and TypeMethodDescriptioncreatedTime
(Instant createdTime) The DataIntegrationFlow creation timestamp.instanceId
(String instanceId) The DataIntegrationFlow instance ID.lastModifiedTime
(Instant lastModifiedTime) The DataIntegrationFlow last modified timestamp.The DataIntegrationFlow name.sources
(Collection<DataIntegrationFlowSource> sources) The DataIntegrationFlow source configurations.sources
(Consumer<DataIntegrationFlowSource.Builder>... sources) The DataIntegrationFlow source configurations.sources
(DataIntegrationFlowSource... sources) The DataIntegrationFlow source configurations.default DataIntegrationFlow.Builder
The DataIntegrationFlow target configuration.target
(DataIntegrationFlowTarget target) The DataIntegrationFlow target configuration.default DataIntegrationFlow.Builder
transformation
(Consumer<DataIntegrationFlowTransformation.Builder> transformation) The DataIntegrationFlow transformation configurations.transformation
(DataIntegrationFlowTransformation transformation) The DataIntegrationFlow transformation configurations.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
-
Method Details
-
instanceId
The DataIntegrationFlow instance ID.
- Parameters:
instanceId
- The DataIntegrationFlow instance ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The DataIntegrationFlow name.
- Parameters:
name
- The DataIntegrationFlow name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sources
The DataIntegrationFlow source configurations.
- Parameters:
sources
- The DataIntegrationFlow source configurations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sources
The DataIntegrationFlow source configurations.
- Parameters:
sources
- The DataIntegrationFlow source configurations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sources
The DataIntegrationFlow source configurations.
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
The DataIntegrationFlow transformation configurations.
- Parameters:
transformation
- The DataIntegrationFlow transformation configurations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
transformation
default DataIntegrationFlow.Builder transformation(Consumer<DataIntegrationFlowTransformation.Builder> transformation) The DataIntegrationFlow transformation configurations.
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 DataIntegrationFlow target configuration.
- Parameters:
target
- The DataIntegrationFlow target configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
target
The DataIntegrationFlow target configuration.
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:
-
createdTime
The DataIntegrationFlow creation timestamp.
- Parameters:
createdTime
- The DataIntegrationFlow creation timestamp.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastModifiedTime
The DataIntegrationFlow last modified timestamp.
- Parameters:
lastModifiedTime
- The DataIntegrationFlow last modified timestamp.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-