| Package | Description |
|---|---|
| software.amazon.awssdk.services.amplify.model |
| Modifier and Type | Method and Description |
|---|---|
Step.Builder |
Step.Builder.artifactsUrl(String artifactsUrl)
URL to the artifact for the execution step.
|
static Step.Builder |
Step.builder() |
Step.Builder |
Step.Builder.context(String context)
The context for current step, will include build image if step is build.
|
Step.Builder |
Step.Builder.endTime(Instant endTime)
End date/ time of the execution step.
|
Step.Builder |
Step.Builder.logUrl(String logUrl)
URL to the logs for the execution step.
|
Step.Builder |
Step.Builder.screenshots(Map<String,String> screenshots)
List of screenshot URLs for the execution step, if relevant.
|
Step.Builder |
Step.Builder.startTime(Instant startTime)
Start date/ time of the execution step.
|
Step.Builder |
Step.Builder.status(JobStatus status)
Status of the execution step.
|
Step.Builder |
Step.Builder.status(String status)
Status of the execution step.
|
Step.Builder |
Step.Builder.statusReason(String statusReason)
The reason for current step status.
|
Step.Builder |
Step.Builder.stepName(String stepName)
Name of the execution step.
|
Step.Builder |
Step.Builder.testArtifactsUrl(String testArtifactsUrl)
URL to the test artifact for the execution step.
|
Step.Builder |
Step.Builder.testConfigUrl(String testConfigUrl)
URL to the test config for the execution step.
|
Step.Builder |
Step.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Step.Builder> |
Step.serializableBuilderClass() |
Copyright © 2020. All rights reserved.