public static interface ExperimentActionState.Builder extends SdkPojo, CopyableBuilder<ExperimentActionState.Builder,ExperimentActionState>
| Modifier and Type | Method and Description |
|---|---|
ExperimentActionState.Builder |
reason(String reason)
The reason for the state.
|
ExperimentActionState.Builder |
status(ExperimentActionStatus status)
The state of the action.
|
ExperimentActionState.Builder |
status(String status)
The state of the action.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildExperimentActionState.Builder status(String status)
The state of the action.
status - The state of the action.ExperimentActionStatus,
ExperimentActionStatusExperimentActionState.Builder status(ExperimentActionStatus status)
The state of the action.
status - The state of the action.ExperimentActionStatus,
ExperimentActionStatusExperimentActionState.Builder reason(String reason)
The reason for the state.
reason - The reason for the state.Copyright © 2021. All rights reserved.