public static interface ListExperimentsResponse.Builder extends FisResponse.Builder, SdkPojo, CopyableBuilder<ListExperimentsResponse.Builder,ListExperimentsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListExperimentsResponse.Builder |
experiments(Collection<ExperimentSummary> experiments)
The experiments.
|
ListExperimentsResponse.Builder |
experiments(Consumer<ExperimentSummary.Builder>... experiments)
The experiments.
|
ListExperimentsResponse.Builder |
experiments(ExperimentSummary... experiments)
The experiments.
|
ListExperimentsResponse.Builder |
nextToken(String nextToken)
The token to use to retrieve the next page of results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListExperimentsResponse.Builder experiments(Collection<ExperimentSummary> experiments)
The experiments.
experiments - The experiments.ListExperimentsResponse.Builder experiments(ExperimentSummary... experiments)
The experiments.
experiments - The experiments.ListExperimentsResponse.Builder experiments(Consumer<ExperimentSummary.Builder>... experiments)
The experiments.
This is a convenience method that creates an instance of theExperimentSummary.Builder avoiding the need to create one
manually via ExperimentSummary.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
ExperimentSummary.Builder#experiments(java.util.Collection) ListExperimentsResponse.Builder nextToken(String nextToken)
The token to use to retrieve the next page of results. This value is null when there are no more
results to return.
nextToken - The token to use to retrieve the next page of results. This value is null when there are
no more results to return.Copyright © 2023. All rights reserved.