Interface WorkflowAttributes.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<WorkflowAttributes.Builder,
,WorkflowAttributes> SdkBuilder<WorkflowAttributes.Builder,
,WorkflowAttributes> SdkPojo
- Enclosing class:
WorkflowAttributes
@Mutable
@NotThreadSafe
public static interface WorkflowAttributes.Builder
extends SdkPojo, CopyableBuilder<WorkflowAttributes.Builder,WorkflowAttributes>
-
Method Summary
Modifier and TypeMethodDescriptiondefault WorkflowAttributes.Builder
appflowIntegration
(Consumer<AppflowIntegrationWorkflowAttributes.Builder> appflowIntegration) Workflow attributes specific toAPPFLOW_INTEGRATION
workflow.appflowIntegration
(AppflowIntegrationWorkflowAttributes appflowIntegration) Workflow attributes 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, sdkFieldNameToField, sdkFields
-
Method Details
-
appflowIntegration
WorkflowAttributes.Builder appflowIntegration(AppflowIntegrationWorkflowAttributes appflowIntegration) Workflow attributes specific to
APPFLOW_INTEGRATION
workflow.- Parameters:
appflowIntegration
- Workflow attributes specific toAPPFLOW_INTEGRATION
workflow.- 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_INTEGRATION
workflow.AppflowIntegrationWorkflowAttributes.Builder
avoiding the need to create one manually viaAppflowIntegrationWorkflowAttributes.builder()
.When the
Consumer
completes,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:
-