public static interface ListExperimentTemplatesResponse.Builder extends FisResponse.Builder, SdkPojo, CopyableBuilder<ListExperimentTemplatesResponse.Builder,ListExperimentTemplatesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListExperimentTemplatesResponse.Builder |
experimentTemplates(Collection<ExperimentTemplateSummary> experimentTemplates)
The experiment templates.
|
ListExperimentTemplatesResponse.Builder |
experimentTemplates(Consumer<ExperimentTemplateSummary.Builder>... experimentTemplates)
The experiment templates.
|
ListExperimentTemplatesResponse.Builder |
experimentTemplates(ExperimentTemplateSummary... experimentTemplates)
The experiment templates.
|
ListExperimentTemplatesResponse.Builder |
nextToken(String nextToken)
The token to use to retrieve the next page of results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListExperimentTemplatesResponse.Builder experimentTemplates(Collection<ExperimentTemplateSummary> experimentTemplates)
The experiment templates.
experimentTemplates - The experiment templates.ListExperimentTemplatesResponse.Builder experimentTemplates(ExperimentTemplateSummary... experimentTemplates)
The experiment templates.
experimentTemplates - The experiment templates.ListExperimentTemplatesResponse.Builder experimentTemplates(Consumer<ExperimentTemplateSummary.Builder>... experimentTemplates)
The experiment templates.
This is a convenience method 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 #experimentTemplates(List) .experimentTemplates - a consumer that will call methods on List.Builder #experimentTemplates(List) ListExperimentTemplatesResponse.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 © 2022. All rights reserved.