public static interface ListExperimentsResponse.Builder extends EvidentlyResponse.Builder, SdkPojo, CopyableBuilder<ListExperimentsResponse.Builder,ListExperimentsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListExperimentsResponse.Builder |
experiments(Collection<Experiment> experiments)
An array of structures that contain the configuration details of the experiments in the specified project.
|
ListExperimentsResponse.Builder |
experiments(Consumer<Experiment.Builder>... experiments)
An array of structures that contain the configuration details of the experiments in the specified project.
|
ListExperimentsResponse.Builder |
experiments(Experiment... experiments)
An array of structures that contain the configuration details of the experiments in the specified project.
|
ListExperimentsResponse.Builder |
nextToken(String nextToken)
The token to use in a subsequent
ListExperiments operation to return the next set of results. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListExperimentsResponse.Builder experiments(Collection<Experiment> experiments)
An array of structures that contain the configuration details of the experiments in the specified project.
experiments - An array of structures that contain the configuration details of the experiments in the specified
project.ListExperimentsResponse.Builder experiments(Experiment... experiments)
An array of structures that contain the configuration details of the experiments in the specified project.
experiments - An array of structures that contain the configuration details of the experiments in the specified
project.ListExperimentsResponse.Builder experiments(Consumer<Experiment.Builder>... experiments)
An array of structures that contain the configuration details of the experiments in the specified project.
This is a convenience that creates an instance of theList.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #experiments(List) .experiments - a consumer that will call methods on List.Builder #experiments(List) ListExperimentsResponse.Builder nextToken(String nextToken)
The token to use in a subsequent ListExperiments operation to return the next set of results.
nextToken - The token to use in a subsequent ListExperiments operation to return the next set of
results.Copyright © 2022. All rights reserved.