public static interface ListDeviceProfilesResponse.Builder extends IotWirelessResponse.Builder, SdkPojo, CopyableBuilder<ListDeviceProfilesResponse.Builder,ListDeviceProfilesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListDeviceProfilesResponse.Builder |
deviceProfileList(Collection<DeviceProfile> deviceProfileList)
The list of device profiles.
|
ListDeviceProfilesResponse.Builder |
deviceProfileList(Consumer<DeviceProfile.Builder>... deviceProfileList)
The list of device profiles.
|
ListDeviceProfilesResponse.Builder |
deviceProfileList(DeviceProfile... deviceProfileList)
The list of device profiles.
|
ListDeviceProfilesResponse.Builder |
nextToken(String nextToken)
The token to use to get the next set of results, or null if there are no additional results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListDeviceProfilesResponse.Builder nextToken(String nextToken)
The token to use to get the next set of results, or null if there are no additional results.
nextToken - The token to use to get the next set of results, or null if there are no additional results.ListDeviceProfilesResponse.Builder deviceProfileList(Collection<DeviceProfile> deviceProfileList)
The list of device profiles.
deviceProfileList - The list of device profiles.ListDeviceProfilesResponse.Builder deviceProfileList(DeviceProfile... deviceProfileList)
The list of device profiles.
deviceProfileList - The list of device profiles.ListDeviceProfilesResponse.Builder deviceProfileList(Consumer<DeviceProfile.Builder>... deviceProfileList)
The list of device profiles.
This is a convenience method 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 #deviceProfileList(List) .deviceProfileList - a consumer that will call methods on List.Builder #deviceProfileList(List) Copyright © 2022. All rights reserved.