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 TypeMethodDescriptionThe date and time the step was created, in UTC format.The name of the step.The name of the step.The current status of the step.status(StepStatus status) The current status of the step.The date and time the step was last updated, in UTC format.Methods 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
The name of the step. Valid values include PREFLIGHT, STATIC_ANALYSIS, PENTEST, and FINALIZING.
- Parameters:
name- The name of the step. Valid values include PREFLIGHT, STATIC_ANALYSIS, PENTEST, and FINALIZING.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
name
The name of the step. Valid values include PREFLIGHT, STATIC_ANALYSIS, PENTEST, and FINALIZING.
- Parameters:
name- The name of the step. Valid values include PREFLIGHT, STATIC_ANALYSIS, PENTEST, and FINALIZING.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The current status of the step.
- Parameters:
status- The current status of the step.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The current status of the step.
- Parameters:
status- The current status of the step.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
createdAt
The date and time the step was created, in UTC format.
- Parameters:
createdAt- The date and time the step was created, in UTC format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedAt
The date and time the step was last updated, in UTC format.
- Parameters:
updatedAt- The date and time the step was last updated, in UTC format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-