public static interface ListExperimentsRequest.Builder extends EvidentlyRequest.Builder, SdkPojo, CopyableBuilder<ListExperimentsRequest.Builder,ListExperimentsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListExperimentsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to include in the response.
|
ListExperimentsRequest.Builder |
nextToken(String nextToken)
The token to use when requesting the next set of results.
|
ListExperimentsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListExperimentsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListExperimentsRequest.Builder |
project(String project)
The name or ARN of the project to return the experiment list from.
|
ListExperimentsRequest.Builder |
status(ExperimentStatus status)
Use this optional parameter to limit the returned results to only the experiments with the status that you
specify here.
|
ListExperimentsRequest.Builder |
status(String status)
Use this optional parameter to limit the returned results to only the experiments with the status that you
specify here.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListExperimentsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to include in the response.
maxResults - The maximum number of results to include in the response.ListExperimentsRequest.Builder nextToken(String nextToken)
The token to use when requesting the next set of results. You received this token from a previous
ListExperiments operation.
nextToken - The token to use when requesting the next set of results. You received this token from a previous
ListExperiments operation.ListExperimentsRequest.Builder project(String project)
The name or ARN of the project to return the experiment list from.
project - The name or ARN of the project to return the experiment list from.ListExperimentsRequest.Builder status(String status)
Use this optional parameter to limit the returned results to only the experiments with the status that you specify here.
status - Use this optional parameter to limit the returned results to only the experiments with the status that
you specify here.ExperimentStatus,
ExperimentStatusListExperimentsRequest.Builder status(ExperimentStatus status)
Use this optional parameter to limit the returned results to only the experiments with the status that you specify here.
status - Use this optional parameter to limit the returned results to only the experiments with the status that
you specify here.ExperimentStatus,
ExperimentStatusListExperimentsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListExperimentsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.