| Package | Description |
|---|---|
| software.amazon.awssdk.services.fis.model |
| Modifier and Type | Method and Description |
|---|---|
ExperimentAction.Builder |
ExperimentAction.Builder.actionId(String actionId)
The ID of the action.
|
static ExperimentAction.Builder |
ExperimentAction.builder() |
ExperimentAction.Builder |
ExperimentAction.Builder.description(String description)
The description for the action.
|
ExperimentAction.Builder |
ExperimentAction.Builder.endTime(Instant endTime)
The time that the action ended.
|
ExperimentAction.Builder |
ExperimentAction.Builder.parameters(Map<String,String> parameters)
The parameters for the action.
|
ExperimentAction.Builder |
ExperimentAction.Builder.startAfter(Collection<String> startAfter)
The name of the action that must be completed before this action starts.
|
ExperimentAction.Builder |
ExperimentAction.Builder.startAfter(String... startAfter)
The name of the action that must be completed before this action starts.
|
ExperimentAction.Builder |
ExperimentAction.Builder.startTime(Instant startTime)
The time that the action started.
|
default ExperimentAction.Builder |
ExperimentAction.Builder.state(Consumer<ExperimentActionState.Builder> state)
The state of the action.
|
ExperimentAction.Builder |
ExperimentAction.Builder.state(ExperimentActionState state)
The state of the action.
|
ExperimentAction.Builder |
ExperimentAction.Builder.targets(Map<String,String> targets)
The targets for the action.
|
ExperimentAction.Builder |
ExperimentAction.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ExperimentAction.Builder> |
ExperimentAction.serializableBuilderClass() |
Copyright © 2023. All rights reserved.