public static interface Step.Builder extends SdkPojo, CopyableBuilder<Step.Builder,Step>
Modifier and Type | Method and Description |
---|---|
Step.Builder |
artifactsUrl(String artifactsUrl)
Url to teh artifact for the execution step.
|
Step.Builder |
endTime(Instant endTime)
End date/ time of the execution step.
|
Step.Builder |
logUrl(String logUrl)
Url to the logs for the execution step.
|
Step.Builder |
screenshots(Map<String,String> screenshots)
List of screenshot Urls for the execution step, if relevant.
|
Step.Builder |
startTime(Instant startTime)
Start date/ time of the execution step.
|
Step.Builder |
status(JobStatus status)
Status of the execution step.
|
Step.Builder |
status(String status)
Status of the execution step.
|
Step.Builder |
stepName(String stepName)
Name of the execution step.
|
copy
applyMutation, build
Step.Builder stepName(String stepName)
Name of the execution step.
stepName
- Name of the execution step.Step.Builder startTime(Instant startTime)
Start date/ time of the execution step.
startTime
- Start date/ time of the execution step.Step.Builder status(String status)
Status of the execution step.
Step.Builder status(JobStatus status)
Status of the execution step.
Step.Builder endTime(Instant endTime)
End date/ time of the execution step.
endTime
- End date/ time of the execution step.Step.Builder logUrl(String logUrl)
Url to the logs for the execution step.
logUrl
- Url to the logs for the execution step.Step.Builder artifactsUrl(String artifactsUrl)
Url to teh artifact for the execution step.
artifactsUrl
- Url to teh artifact for the execution step.Step.Builder screenshots(Map<String,String> screenshots)
List of screenshot Urls for the execution step, if relevant.
screenshots
- List of screenshot Urls for the execution step, if relevant.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.