Interface Step.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<Step.Builder,
,Step> SdkBuilder<Step.Builder,
,Step> SdkPojo
- Enclosing class:
Step
-
Method Summary
Modifier and TypeMethodDescriptionartifactsUrl
(String artifactsUrl) The URL to the artifact for the execution step.The context for the current step.The end date and time of the execution step.The URL to the logs for the execution step.screenshots
(Map<String, String> screenshots) The list of screenshot URLs for the execution step, if relevant.The start date and time of the execution step.The status of the execution step.The status of the execution step.statusReason
(String statusReason) The reason for the current step status.The name of the execution step.testArtifactsUrl
(String testArtifactsUrl) The URL to the test artifact for the execution step.testConfigUrl
(String testConfigUrl) The URL to the test configuration for the execution step.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 Details
-
stepName
The name of the execution step.
- Parameters:
stepName
- The name of the execution step.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
startTime
The start date and time of the execution step.
- Parameters:
startTime
- The start date and time of the execution step.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The status of the execution step.
- Parameters:
status
- The status of the execution step.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the execution step.
- Parameters:
status
- The status of the execution step.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
endTime
The end date and time of the execution step.
- Parameters:
endTime
- The end date and time of the execution step.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
logUrl
The URL to the logs for the execution step.
- Parameters:
logUrl
- The URL to the logs for the execution step.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
artifactsUrl
The URL to the artifact for the execution step.
- Parameters:
artifactsUrl
- The URL to the artifact for the execution step.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
testArtifactsUrl
The URL to the test artifact for the execution step.
- Parameters:
testArtifactsUrl
- The URL to the test artifact for the execution step.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
testConfigUrl
The URL to the test configuration for the execution step.
- Parameters:
testConfigUrl
- The URL to the test configuration for the execution step.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
screenshots
The list of screenshot URLs for the execution step, if relevant.
- Parameters:
screenshots
- The list of screenshot URLs for the execution step, if relevant.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
statusReason
The reason for the current step status.
- Parameters:
statusReason
- The reason for the current step status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
context
The context for the current step. Includes a build image if the step is build.
- Parameters:
context
- The context for the current step. Includes a build image if the step is build.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-