Interface StopExperimentRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<StopExperimentRequest.Builder,StopExperimentRequest>,EvidentlyRequest.Builder,SdkBuilder<StopExperimentRequest.Builder,StopExperimentRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- StopExperimentRequest
public static interface StopExperimentRequest.Builder extends EvidentlyRequest.Builder, SdkPojo, CopyableBuilder<StopExperimentRequest.Builder,StopExperimentRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StopExperimentRequest.BuilderdesiredState(String desiredState)Specify whether the experiment is to be consideredCOMPLETEDorCANCELLEDafter it stops.StopExperimentRequest.BuilderdesiredState(ExperimentStopDesiredState desiredState)Specify whether the experiment is to be consideredCOMPLETEDorCANCELLEDafter it stops.StopExperimentRequest.Builderexperiment(String experiment)The name of the experiment to stop.StopExperimentRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)StopExperimentRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)StopExperimentRequest.Builderproject(String project)The name or ARN of the project that contains the experiment to stop.StopExperimentRequest.Builderreason(String reason)A string that describes why you are stopping the experiment.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.evidently.model.EvidentlyRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
desiredState
StopExperimentRequest.Builder desiredState(String desiredState)
Specify whether the experiment is to be considered
COMPLETEDorCANCELLEDafter it stops.- Parameters:
desiredState- Specify whether the experiment is to be consideredCOMPLETEDorCANCELLEDafter it stops.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ExperimentStopDesiredState,ExperimentStopDesiredState
-
desiredState
StopExperimentRequest.Builder desiredState(ExperimentStopDesiredState desiredState)
Specify whether the experiment is to be considered
COMPLETEDorCANCELLEDafter it stops.- Parameters:
desiredState- Specify whether the experiment is to be consideredCOMPLETEDorCANCELLEDafter it stops.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ExperimentStopDesiredState,ExperimentStopDesiredState
-
experiment
StopExperimentRequest.Builder experiment(String experiment)
The name of the experiment to stop.
- Parameters:
experiment- The name of the experiment to stop.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
project
StopExperimentRequest.Builder project(String project)
The name or ARN of the project that contains the experiment to stop.
- Parameters:
project- The name or ARN of the project that contains the experiment to stop.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
reason
StopExperimentRequest.Builder reason(String reason)
A string that describes why you are stopping the experiment.
- Parameters:
reason- A string that describes why you are stopping the experiment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
StopExperimentRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
StopExperimentRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-