Interface AppflowIntegration.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AppflowIntegration.Builder,AppflowIntegration>,SdkBuilder<AppflowIntegration.Builder,AppflowIntegration>,SdkPojo
- Enclosing class:
- AppflowIntegration
public static interface AppflowIntegration.Builder extends SdkPojo, CopyableBuilder<AppflowIntegration.Builder,AppflowIntegration>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description AppflowIntegration.Builderbatches(Collection<Batch> batches)Batches in workflow of typeAPPFLOW_INTEGRATION.AppflowIntegration.Builderbatches(Consumer<Batch.Builder>... batches)Batches in workflow of typeAPPFLOW_INTEGRATION.AppflowIntegration.Builderbatches(Batch... batches)Batches in workflow of typeAPPFLOW_INTEGRATION.default AppflowIntegration.BuilderflowDefinition(Consumer<FlowDefinition.Builder> flowDefinition)Sets the value of the FlowDefinition property for this object.AppflowIntegration.BuilderflowDefinition(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, sdkFields
-
-
-
-
Method Detail
-
flowDefinition
AppflowIntegration.Builder flowDefinition(FlowDefinition 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
default AppflowIntegration.Builder flowDefinition(Consumer<FlowDefinition.Builder> flowDefinition)
Sets the value of the FlowDefinition property for this object. This is a convenience method that creates an instance of theFlowDefinition.Builderavoiding the need to create one manually viaFlowDefinition.builder().When the
Consumercompletes,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:
flowDefinition(FlowDefinition)
-
batches
AppflowIntegration.Builder batches(Collection<Batch> 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
AppflowIntegration.Builder batches(Batch... 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
AppflowIntegration.Builder batches(Consumer<Batch.Builder>... batches)
Batches in workflow of type
This is a convenience method that creates an instance of theAPPFLOW_INTEGRATION.Batch.Builderavoiding the need to create one manually viaBatch.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#batches(List.) - 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:
#batches(java.util.Collection)
-
-