public static interface AppflowIntegration.Builder extends SdkPojo, CopyableBuilder<AppflowIntegration.Builder,AppflowIntegration>
| Modifier and Type | Method and Description |
|---|---|
AppflowIntegration.Builder |
batches(Batch... batches)
Batches in workflow of type
APPFLOW_INTEGRATION. |
AppflowIntegration.Builder |
batches(Collection<Batch> batches)
Batches in workflow of type
APPFLOW_INTEGRATION. |
AppflowIntegration.Builder |
batches(Consumer<Batch.Builder>... batches)
Batches in workflow of type
APPFLOW_INTEGRATION. |
default AppflowIntegration.Builder |
flowDefinition(Consumer<FlowDefinition.Builder> flowDefinition)
Sets the value of the FlowDefinition property for this object.
|
AppflowIntegration.Builder |
flowDefinition(FlowDefinition flowDefinition)
Sets the value of the FlowDefinition property for this object.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAppflowIntegration.Builder flowDefinition(FlowDefinition flowDefinition)
flowDefinition - The new value for the FlowDefinition property for this object.default AppflowIntegration.Builder flowDefinition(Consumer<FlowDefinition.Builder> flowDefinition)
FlowDefinition.Builder avoiding the need
to create one manually via FlowDefinition.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to flowDefinition(FlowDefinition).
flowDefinition - a consumer that will call methods on FlowDefinition.BuilderflowDefinition(FlowDefinition)AppflowIntegration.Builder batches(Collection<Batch> batches)
Batches in workflow of type APPFLOW_INTEGRATION.
batches - Batches in workflow of type APPFLOW_INTEGRATION.AppflowIntegration.Builder batches(Batch... batches)
Batches in workflow of type APPFLOW_INTEGRATION.
batches - Batches in workflow of type APPFLOW_INTEGRATION.AppflowIntegration.Builder batches(Consumer<Batch.Builder>... batches)
Batches in workflow of type APPFLOW_INTEGRATION.
Batch.Builder avoiding the need to create one
manually via Batch.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #batches(List.
batches - a consumer that will call methods on
Batch.Builder#batches(java.util.Collection) Copyright © 2023. All rights reserved.