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 method that creates an instance of theExperiment.Builder avoiding the need to create one
manually via Experiment.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #experiments(List.
experiments - a consumer that will call methods on
Experiment.Builder#experiments(java.util.Collection) 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.