Interface ListSuiteDefinitionsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListSuiteDefinitionsResponse.Builder,ListSuiteDefinitionsResponse>,IotDeviceAdvisorResponse.Builder,SdkBuilder<ListSuiteDefinitionsResponse.Builder,ListSuiteDefinitionsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListSuiteDefinitionsResponse
public static interface ListSuiteDefinitionsResponse.Builder extends IotDeviceAdvisorResponse.Builder, SdkPojo, CopyableBuilder<ListSuiteDefinitionsResponse.Builder,ListSuiteDefinitionsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListSuiteDefinitionsResponse.BuildernextToken(String nextToken)A token used to get the next set of results.ListSuiteDefinitionsResponse.BuildersuiteDefinitionInformationList(Collection<SuiteDefinitionInformation> suiteDefinitionInformationList)An array of objects that provide summaries of information about the suite definitions in the list.ListSuiteDefinitionsResponse.BuildersuiteDefinitionInformationList(Consumer<SuiteDefinitionInformation.Builder>... suiteDefinitionInformationList)An array of objects that provide summaries of information about the suite definitions in the list.ListSuiteDefinitionsResponse.BuildersuiteDefinitionInformationList(SuiteDefinitionInformation... suiteDefinitionInformationList)An array of objects that provide summaries of information about the suite definitions in the list.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.iotdeviceadvisor.model.IotDeviceAdvisorResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
suiteDefinitionInformationList
ListSuiteDefinitionsResponse.Builder suiteDefinitionInformationList(Collection<SuiteDefinitionInformation> suiteDefinitionInformationList)
An array of objects that provide summaries of information about the suite definitions in the list.
- Parameters:
suiteDefinitionInformationList- An array of objects that provide summaries of information about the suite definitions in the list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
suiteDefinitionInformationList
ListSuiteDefinitionsResponse.Builder suiteDefinitionInformationList(SuiteDefinitionInformation... suiteDefinitionInformationList)
An array of objects that provide summaries of information about the suite definitions in the list.
- Parameters:
suiteDefinitionInformationList- An array of objects that provide summaries of information about the suite definitions in the list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
suiteDefinitionInformationList
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.Builderavoiding the need to create one manually viaSuiteDefinitionInformation.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#suiteDefinitionInformationList(List.) - Parameters:
suiteDefinitionInformationList- a consumer that will call methods onSuiteDefinitionInformation.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#suiteDefinitionInformationList(java.util.Collection)
-
nextToken
ListSuiteDefinitionsResponse.Builder nextToken(String nextToken)
A token used to get the next set of results.
- Parameters:
nextToken- A token used to get the next set of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-