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