public static interface ListClientDevicesAssociatedWithCoreDeviceResponse.Builder extends GreengrassV2Response.Builder, SdkPojo, CopyableBuilder<ListClientDevicesAssociatedWithCoreDeviceResponse.Builder,ListClientDevicesAssociatedWithCoreDeviceResponse>
| Modifier and Type | Method and Description |
|---|---|
ListClientDevicesAssociatedWithCoreDeviceResponse.Builder |
associatedClientDevices(AssociatedClientDevice... associatedClientDevices)
A list that describes the client devices that are associated with the core device.
|
ListClientDevicesAssociatedWithCoreDeviceResponse.Builder |
associatedClientDevices(Collection<AssociatedClientDevice> associatedClientDevices)
A list that describes the client devices that are associated with the core device.
|
ListClientDevicesAssociatedWithCoreDeviceResponse.Builder |
associatedClientDevices(Consumer<AssociatedClientDevice.Builder>... associatedClientDevices)
A list that describes the client devices that are associated with the core device.
|
ListClientDevicesAssociatedWithCoreDeviceResponse.Builder |
nextToken(String nextToken)
The token for the next set of results, or null if there are no additional results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListClientDevicesAssociatedWithCoreDeviceResponse.Builder associatedClientDevices(Collection<AssociatedClientDevice> associatedClientDevices)
A list that describes the client devices that are associated with the core device.
associatedClientDevices - A list that describes the client devices that are associated with the core device.ListClientDevicesAssociatedWithCoreDeviceResponse.Builder associatedClientDevices(AssociatedClientDevice... associatedClientDevices)
A list that describes the client devices that are associated with the core device.
associatedClientDevices - A list that describes the client devices that are associated with the core device.ListClientDevicesAssociatedWithCoreDeviceResponse.Builder associatedClientDevices(Consumer<AssociatedClientDevice.Builder>... associatedClientDevices)
A list that describes the client devices that are associated with the core device.
This is a convenience method that creates an instance of theAssociatedClientDevice.Builder avoiding the need
to create one manually via
AssociatedClientDevice.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #associatedClientDevices(List.
associatedClientDevices - a consumer that will call methods on
AssociatedClientDevice.Builder#associatedClientDevices(java.util.Collection) ListClientDevicesAssociatedWithCoreDeviceResponse.Builder nextToken(String nextToken)
The token for the next set of results, or null if there are no additional results.
nextToken - The token for the next set of results, or null if there are no additional results.Copyright © 2023. All rights reserved.