Interface MinimalWorkflow.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<MinimalWorkflow.Builder,,MinimalWorkflow> SdkBuilder<MinimalWorkflow.Builder,,MinimalWorkflow> SdkPojo
- Enclosing class:
MinimalWorkflow
@Mutable
@NotThreadSafe
public static interface MinimalWorkflow.Builder
extends SdkPojo, CopyableBuilder<MinimalWorkflow.Builder,MinimalWorkflow>
-
Method Summary
Modifier and TypeMethodDescriptionThe action for a minimal workflow, which can be Activate or Deactivate.action(ExecutionAction action) The action for a minimal workflow, which can be Activate or Deactivate.The name for a minimal workflowMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
action
The action for a minimal workflow, which can be Activate or Deactivate.
- Parameters:
action- The action for a minimal workflow, which can be Activate or Deactivate.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
action
The action for a minimal workflow, which can be Activate or Deactivate.
- Parameters:
action- The action for a minimal workflow, which can be Activate or Deactivate.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
name
The name for a minimal workflow
- Parameters:
name- The name for a minimal workflow- Returns:
- Returns a reference to this object so that method calls can be chained together.
-