public static interface StopExperimentRequest.Builder extends EvidentlyRequest.Builder, SdkPojo, CopyableBuilder<StopExperimentRequest.Builder,StopExperimentRequest>
| Modifier and Type | Method and Description |
|---|---|
StopExperimentRequest.Builder |
desiredState(ExperimentStopDesiredState desiredState)
Specify whether the experiment is to be considered
COMPLETED or CANCELLED after it
stops. |
StopExperimentRequest.Builder |
desiredState(String desiredState)
Specify whether the experiment is to be considered
COMPLETED or CANCELLED after it
stops. |
StopExperimentRequest.Builder |
experiment(String experiment)
The name of the experiment to stop.
|
StopExperimentRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
StopExperimentRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
StopExperimentRequest.Builder |
project(String project)
The name or ARN of the project that contains the experiment to stop.
|
StopExperimentRequest.Builder |
reason(String reason)
A string that describes why you are stopping the experiment.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildStopExperimentRequest.Builder desiredState(String desiredState)
Specify whether the experiment is to be considered COMPLETED or CANCELLED after it
stops.
desiredState - Specify whether the experiment is to be considered COMPLETED or CANCELLED
after it stops.ExperimentStopDesiredState,
ExperimentStopDesiredStateStopExperimentRequest.Builder desiredState(ExperimentStopDesiredState desiredState)
Specify whether the experiment is to be considered COMPLETED or CANCELLED after it
stops.
desiredState - Specify whether the experiment is to be considered COMPLETED or CANCELLED
after it stops.ExperimentStopDesiredState,
ExperimentStopDesiredStateStopExperimentRequest.Builder experiment(String experiment)
The name of the experiment to stop.
experiment - The name of the experiment to stop.StopExperimentRequest.Builder project(String project)
The name or ARN of the project that contains the experiment to stop.
project - The name or ARN of the project that contains the experiment to stop.StopExperimentRequest.Builder reason(String reason)
A string that describes why you are stopping the experiment.
reason - A string that describes why you are stopping the experiment.StopExperimentRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderStopExperimentRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.