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