public static interface StartExperimentRequest.Builder extends EvidentlyRequest.Builder, SdkPojo, CopyableBuilder<StartExperimentRequest.Builder,StartExperimentRequest>
| Modifier and Type | Method and Description |
|---|---|
StartExperimentRequest.Builder |
analysisCompleteTime(Instant analysisCompleteTime)
The date and time to end the experiment.
|
StartExperimentRequest.Builder |
experiment(String experiment)
The name of the experiment to start.
|
StartExperimentRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
StartExperimentRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
StartExperimentRequest.Builder |
project(String project)
The name or ARN of the project that contains the experiment to start.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildStartExperimentRequest.Builder analysisCompleteTime(Instant analysisCompleteTime)
The date and time to end the experiment. This must be no more than 30 days after the experiment starts.
analysisCompleteTime - The date and time to end the experiment. This must be no more than 30 days after the experiment
starts.StartExperimentRequest.Builder experiment(String experiment)
The name of the experiment to start.
experiment - The name of the experiment to start.StartExperimentRequest.Builder project(String project)
The name or ARN of the project that contains the experiment to start.
project - The name or ARN of the project that contains the experiment to start.StartExperimentRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderStartExperimentRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.