Interface ExperimentState.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<ExperimentState.Builder,,ExperimentState> SdkBuilder<ExperimentState.Builder,,ExperimentState> SdkPojo
- Enclosing class:
 ExperimentState
public static interface ExperimentState.Builder
extends SdkPojo, CopyableBuilder<ExperimentState.Builder,ExperimentState> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe reason for the state.The state of the experiment.status(ExperimentStatus status) The state of the experiment.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
status
The state of the experiment.
- Parameters:
 status- The state of the experiment.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
status
The state of the experiment.
- Parameters:
 status- The state of the experiment.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
reason
The reason for the state.
- Parameters:
 reason- The reason for the state.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -