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