Uses of Interface
software.amazon.awssdk.services.fis.model.ExperimentActionState.Builder
-
Packages that use ExperimentActionState.Builder Package Description software.amazon.awssdk.services.fis.model -
-
Uses of ExperimentActionState.Builder in software.amazon.awssdk.services.fis.model
Methods in software.amazon.awssdk.services.fis.model that return ExperimentActionState.Builder Modifier and Type Method Description static ExperimentActionState.BuilderExperimentActionState. builder()ExperimentActionState.BuilderExperimentActionState.Builder. reason(String reason)The reason for the state.ExperimentActionState.BuilderExperimentActionState.Builder. status(String status)The state of the action.ExperimentActionState.BuilderExperimentActionState.Builder. status(ExperimentActionStatus status)The state of the action.ExperimentActionState.BuilderExperimentActionState. toBuilder()Methods in software.amazon.awssdk.services.fis.model that return types with arguments of type ExperimentActionState.Builder Modifier and Type Method Description static Class<? extends ExperimentActionState.Builder>ExperimentActionState. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.fis.model with type arguments of type ExperimentActionState.Builder Modifier and Type Method Description default ExperimentAction.BuilderExperimentAction.Builder. state(Consumer<ExperimentActionState.Builder> state)The state of the action.
-