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