Interface Step.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<Step.Builder,,Step> SdkBuilder<Step.Builder,,Step> SdkPojo
- Enclosing class:
Step
@Mutable
@NotThreadSafe
public static interface Step.Builder
extends SdkPojo, CopyableBuilder<Step.Builder,Step>
-
Method Summary
Modifier and TypeMethodDescriptionTimestamp when the step was createdName of the execution stepName of the execution stepCurrent status of the stepstatus(StepStatus status) Current status of the stepTimestamp when the step was last updatedMethods 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
-
name
Name of the execution step
- Parameters:
name- Name of the execution step- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
name
Name of the execution step
- Parameters:
name- Name of the execution step- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
Current status of the step
- Parameters:
status- Current status of the step- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
Current status of the step
- Parameters:
status- Current status of the step- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
createdAt
Timestamp when the step was created
- Parameters:
createdAt- Timestamp when the step was created- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedAt
Timestamp when the step was last updated
- Parameters:
updatedAt- Timestamp when the step was last updated- Returns:
- Returns a reference to this object so that method calls can be chained together.
-