Interface WorkflowStepItem.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<WorkflowStepItem.Builder,WorkflowStepItem>,SdkBuilder<WorkflowStepItem.Builder,WorkflowStepItem>,SdkPojo
- Enclosing class:
- WorkflowStepItem
public static interface WorkflowStepItem.Builder extends SdkPojo, CopyableBuilder<WorkflowStepItem.Builder,WorkflowStepItem>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default WorkflowStepItem.BuilderappflowIntegration(Consumer<AppflowIntegrationWorkflowStep.Builder> appflowIntegration)Workflow step information specific toAPPFLOW_INTEGRATIONworkflow.WorkflowStepItem.BuilderappflowIntegration(AppflowIntegrationWorkflowStep appflowIntegration)Workflow step information specific toAPPFLOW_INTEGRATIONworkflow.-
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
-
appflowIntegration
WorkflowStepItem.Builder appflowIntegration(AppflowIntegrationWorkflowStep appflowIntegration)
Workflow step information specific to
APPFLOW_INTEGRATIONworkflow.- Parameters:
appflowIntegration- Workflow step information specific toAPPFLOW_INTEGRATIONworkflow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
appflowIntegration
default WorkflowStepItem.Builder appflowIntegration(Consumer<AppflowIntegrationWorkflowStep.Builder> appflowIntegration)
Workflow step information specific to
This is a convenience method that creates an instance of theAPPFLOW_INTEGRATIONworkflow.AppflowIntegrationWorkflowStep.Builderavoiding the need to create one manually viaAppflowIntegrationWorkflowStep.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toappflowIntegration(AppflowIntegrationWorkflowStep).- Parameters:
appflowIntegration- a consumer that will call methods onAppflowIntegrationWorkflowStep.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
appflowIntegration(AppflowIntegrationWorkflowStep)
-
-