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