| Package | Description |
|---|---|
| software.amazon.awssdk.services.amplify.model |
| Modifier and Type | Method and Description |
|---|---|
Step.Builder |
Step.Builder.artifactsUrl(String artifactsUrl)
The URL to the artifact for the execution step.
|
static Step.Builder |
Step.builder() |
Step.Builder |
Step.Builder.context(String context)
The context for the current step.
|
Step.Builder |
Step.Builder.endTime(Instant endTime)
The end date and time of the execution step.
|
Step.Builder |
Step.Builder.logUrl(String logUrl)
The URL to the logs for the execution step.
|
Step.Builder |
Step.Builder.screenshots(Map<String,String> screenshots)
The list of screenshot URLs for the execution step, if relevant.
|
Step.Builder |
Step.Builder.startTime(Instant startTime)
The start date and time of the execution step.
|
Step.Builder |
Step.Builder.status(JobStatus status)
The status of the execution step.
|
Step.Builder |
Step.Builder.status(String status)
The status of the execution step.
|
Step.Builder |
Step.Builder.statusReason(String statusReason)
The reason for the current step status.
|
Step.Builder |
Step.Builder.stepName(String stepName)
The name of the execution step.
|
Step.Builder |
Step.Builder.testArtifactsUrl(String testArtifactsUrl)
The URL to the test artifact for the execution step.
|
Step.Builder |
Step.Builder.testConfigUrl(String testConfigUrl)
The URL to the test configuration for the execution step.
|
Step.Builder |
Step.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Step.Builder> |
Step.serializableBuilderClass() |
Copyright © 2023. All rights reserved.