public static interface ExperimentState.Builder extends SdkPojo, CopyableBuilder<ExperimentState.Builder,ExperimentState>
| Modifier and Type | Method and Description |
|---|---|
ExperimentState.Builder |
reason(String reason)
The reason for the state.
|
ExperimentState.Builder |
status(ExperimentStatus status)
The state of the experiment.
|
ExperimentState.Builder |
status(String status)
The state of the experiment.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildExperimentState.Builder status(String status)
The state of the experiment.
status - The state of the experiment.ExperimentStatus,
ExperimentStatusExperimentState.Builder status(ExperimentStatus status)
The state of the experiment.
status - The state of the experiment.ExperimentStatus,
ExperimentStatusExperimentState.Builder reason(String reason)
The reason for the state.
reason - The reason for the state.Copyright © 2023. All rights reserved.