| Package | Description |
|---|---|
| software.amazon.awssdk.services.synthetics.model |
| Modifier and Type | Method and Description |
|---|---|
static CanaryRunStatus.Builder |
CanaryRunStatus.builder() |
CanaryRunStatus.Builder |
CanaryRunStatus.Builder.state(CanaryRunState state)
The current state of the run.
|
CanaryRunStatus.Builder |
CanaryRunStatus.Builder.state(String state)
The current state of the run.
|
CanaryRunStatus.Builder |
CanaryRunStatus.Builder.stateReason(String stateReason)
If run of the canary failed, this field contains the reason for the error.
|
CanaryRunStatus.Builder |
CanaryRunStatus.Builder.stateReasonCode(CanaryRunStateReasonCode stateReasonCode)
If this value is
CANARY_FAILURE, an exception occurred in the canary code. |
CanaryRunStatus.Builder |
CanaryRunStatus.Builder.stateReasonCode(String stateReasonCode)
If this value is
CANARY_FAILURE, an exception occurred in the canary code. |
CanaryRunStatus.Builder |
CanaryRunStatus.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CanaryRunStatus.Builder> |
CanaryRunStatus.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CanaryRun.Builder |
CanaryRun.Builder.status(Consumer<CanaryRunStatus.Builder> status)
The status of this run.
|
Copyright © 2021. All rights reserved.