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
Modifier and TypeMethodDescriptiondefault WorkflowStepItem.Builder
appflowIntegration
(Consumer<AppflowIntegrationWorkflowStep.Builder> appflowIntegration) Workflow step information specific toAPPFLOW_INTEGRATION
workflow.appflowIntegration
(AppflowIntegrationWorkflowStep appflowIntegration) Workflow step information specific toAPPFLOW_INTEGRATION
workflow.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 Details
-
appflowIntegration
Workflow step information specific to
APPFLOW_INTEGRATION
workflow.- Parameters:
appflowIntegration
- Workflow step information specific toAPPFLOW_INTEGRATION
workflow.- 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_INTEGRATION
workflow.AppflowIntegrationWorkflowStep.Builder
avoiding the need to create one manually viaAppflowIntegrationWorkflowStep.builder()
.When the
Consumer
completes,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:
-