public static interface ListDevicesResponse.Builder extends SnowDeviceManagementResponse.Builder, SdkPojo, CopyableBuilder<ListDevicesResponse.Builder,ListDevicesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListDevicesResponse.Builder |
devices(Collection<DeviceSummary> devices)
A list of device structures that contain information about the device.
|
ListDevicesResponse.Builder |
devices(Consumer<DeviceSummary.Builder>... devices)
A list of device structures that contain information about the device.
|
ListDevicesResponse.Builder |
devices(DeviceSummary... devices)
A list of device structures that contain information about the device.
|
ListDevicesResponse.Builder |
nextToken(String nextToken)
A pagination token to continue to the next page of devices.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListDevicesResponse.Builder devices(Collection<DeviceSummary> devices)
A list of device structures that contain information about the device.
devices - A list of device structures that contain information about the device.ListDevicesResponse.Builder devices(DeviceSummary... devices)
A list of device structures that contain information about the device.
devices - A list of device structures that contain information about the device.ListDevicesResponse.Builder devices(Consumer<DeviceSummary.Builder>... devices)
A list of device structures that contain information about the device.
This is a convenience method that creates an instance of theDeviceSummary.Builder avoiding the need to
create one manually via
DeviceSummary.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #devices(List.
devices - a consumer that will call methods on
DeviceSummary.Builder#devices(java.util.Collection) ListDevicesResponse.Builder nextToken(String nextToken)
A pagination token to continue to the next page of devices.
nextToken - A pagination token to continue to the next page of devices.Copyright © 2023. All rights reserved.