public static interface ListSuiteRunsResponse.Builder extends IotDeviceAdvisorResponse.Builder, SdkPojo, CopyableBuilder<ListSuiteRunsResponse.Builder,ListSuiteRunsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListSuiteRunsResponse.Builder |
nextToken(String nextToken)
A token to retrieve the next set of results.
|
ListSuiteRunsResponse.Builder |
suiteRunsList(Collection<SuiteRunInformation> suiteRunsList)
An array of objects that provide summaries of information about the suite runs in the list.
|
ListSuiteRunsResponse.Builder |
suiteRunsList(Consumer<SuiteRunInformation.Builder>... suiteRunsList)
An array of objects that provide summaries of information about the suite runs in the list.
|
ListSuiteRunsResponse.Builder |
suiteRunsList(SuiteRunInformation... suiteRunsList)
An array of objects that provide summaries of information about the suite runs in the list.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListSuiteRunsResponse.Builder suiteRunsList(Collection<SuiteRunInformation> suiteRunsList)
An array of objects that provide summaries of information about the suite runs in the list.
suiteRunsList - An array of objects that provide summaries of information about the suite runs in the list.ListSuiteRunsResponse.Builder suiteRunsList(SuiteRunInformation... suiteRunsList)
An array of objects that provide summaries of information about the suite runs in the list.
suiteRunsList - An array of objects that provide summaries of information about the suite runs in the list.ListSuiteRunsResponse.Builder suiteRunsList(Consumer<SuiteRunInformation.Builder>... suiteRunsList)
An array of objects that provide summaries of information about the suite runs in the list.
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 #suiteRunsList(List) .suiteRunsList - a consumer that will call methods on List.Builder #suiteRunsList(List) ListSuiteRunsResponse.Builder nextToken(String nextToken)
A token to retrieve the next set of results.
nextToken - A token to retrieve the next set of results.Copyright © 2021. All rights reserved.