| Package | Description |
|---|---|
| software.amazon.awssdk.services.fis.model |
| Modifier and Type | Method and Description |
|---|---|
static ExperimentActionState.Builder |
ExperimentActionState.builder() |
ExperimentActionState.Builder |
ExperimentActionState.Builder.reason(String reason)
The reason for the state.
|
ExperimentActionState.Builder |
ExperimentActionState.Builder.status(ExperimentActionStatus status)
The state of the action.
|
ExperimentActionState.Builder |
ExperimentActionState.Builder.status(String status)
The state of the action.
|
ExperimentActionState.Builder |
ExperimentActionState.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ExperimentActionState.Builder> |
ExperimentActionState.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ExperimentAction.Builder |
ExperimentAction.Builder.state(Consumer<ExperimentActionState.Builder> state)
The state of the action.
|
Copyright © 2023. All rights reserved.