Interface AppflowIntegration.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AppflowIntegration.Builder,
,AppflowIntegration> SdkBuilder<AppflowIntegration.Builder,
,AppflowIntegration> SdkPojo
- Enclosing class:
AppflowIntegration
@Mutable
@NotThreadSafe
public static interface AppflowIntegration.Builder
extends SdkPojo, CopyableBuilder<AppflowIntegration.Builder,AppflowIntegration>
-
Method Summary
Modifier and TypeMethodDescriptionbatches
(Collection<Batch> batches) Batches in workflow of typeAPPFLOW_INTEGRATION
.batches
(Consumer<Batch.Builder>... batches) Batches in workflow of typeAPPFLOW_INTEGRATION
.Batches in workflow of typeAPPFLOW_INTEGRATION
.default AppflowIntegration.Builder
flowDefinition
(Consumer<FlowDefinition.Builder> flowDefinition) Sets the value of the FlowDefinition property for this object.flowDefinition
(FlowDefinition flowDefinition) Sets the value of the FlowDefinition property for this object.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
-
flowDefinition
Sets the value of the FlowDefinition property for this object.- Parameters:
flowDefinition
- The new value for the FlowDefinition property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
flowDefinition
Sets the value of the FlowDefinition property for this object. This is a convenience method that creates an instance of theFlowDefinition.Builder
avoiding the need to create one manually viaFlowDefinition.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toflowDefinition(FlowDefinition)
.- Parameters:
flowDefinition
- a consumer that will call methods onFlowDefinition.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
batches
Batches in workflow of type
APPFLOW_INTEGRATION
.- Parameters:
batches
- Batches in workflow of typeAPPFLOW_INTEGRATION
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
batches
Batches in workflow of type
APPFLOW_INTEGRATION
.- Parameters:
batches
- Batches in workflow of typeAPPFLOW_INTEGRATION
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
batches
Batches in workflow of type
This is a convenience method that creates an instance of theAPPFLOW_INTEGRATION
.Batch.Builder
avoiding the need to create one manually viaBatch.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tobatches(List<Batch>)
.- Parameters:
batches
- a consumer that will call methods onBatch.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-