Interface ListExperimentsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListExperimentsRequest.Builder,ListExperimentsRequest>,EvidentlyRequest.Builder,SdkBuilder<ListExperimentsRequest.Builder,ListExperimentsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListExperimentsRequest
public static interface ListExperimentsRequest.Builder extends EvidentlyRequest.Builder, SdkPojo, CopyableBuilder<ListExperimentsRequest.Builder,ListExperimentsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListExperimentsRequest.BuildermaxResults(Integer maxResults)The maximum number of results to include in the response.ListExperimentsRequest.BuildernextToken(String nextToken)The token to use when requesting the next set of results.ListExperimentsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListExperimentsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListExperimentsRequest.Builderproject(String project)The name or ARN of the project to return the experiment list from.ListExperimentsRequest.Builderstatus(String status)Use this optional parameter to limit the returned results to only the experiments with the status that you specify here.ListExperimentsRequest.Builderstatus(ExperimentStatus status)Use this optional parameter to limit the returned results to only the experiments with the status that you specify here.-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
maxResults
ListExperimentsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to include in the response.
- Parameters:
maxResults- The maximum number of results to include in the response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListExperimentsRequest.Builder nextToken(String nextToken)
The token to use when requesting the next set of results. You received this token from a previous
ListExperimentsoperation.- Parameters:
nextToken- The token to use when requesting the next set of results. You received this token from a previousListExperimentsoperation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
project
ListExperimentsRequest.Builder project(String project)
The name or ARN of the project to return the experiment list from.
- Parameters:
project- The name or ARN of the project to return the experiment list from.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
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.
- Parameters:
status- Use this optional parameter to limit the returned results to only the experiments with the status that you specify here.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ExperimentStatus,ExperimentStatus
-
status
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.
- Parameters:
status- Use this optional parameter to limit the returned results to only the experiments with the status that you specify here.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ExperimentStatus,ExperimentStatus
-
overrideConfiguration
ListExperimentsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListExperimentsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-