public static interface ListCoreDevicesResponse.Builder extends GreengrassV2Response.Builder, SdkPojo, CopyableBuilder<ListCoreDevicesResponse.Builder,ListCoreDevicesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListCoreDevicesResponse.Builder |
coreDevices(Collection<CoreDevice> coreDevices)
A list that summarizes each core device.
|
ListCoreDevicesResponse.Builder |
coreDevices(Consumer<CoreDevice.Builder>... coreDevices)
A list that summarizes each core device.
|
ListCoreDevicesResponse.Builder |
coreDevices(CoreDevice... coreDevices)
A list that summarizes each core device.
|
ListCoreDevicesResponse.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, buildListCoreDevicesResponse.Builder coreDevices(Collection<CoreDevice> coreDevices)
A list that summarizes each core device.
coreDevices - A list that summarizes each core device.ListCoreDevicesResponse.Builder coreDevices(CoreDevice... coreDevices)
A list that summarizes each core device.
coreDevices - A list that summarizes each core device.ListCoreDevicesResponse.Builder coreDevices(Consumer<CoreDevice.Builder>... coreDevices)
A list that summarizes each core device.
This is a convenience method that creates an instance of theCoreDevice.Builder avoiding the need to create one
manually via CoreDevice.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #coreDevices(List.
coreDevices - a consumer that will call methods on
CoreDevice.Builder#coreDevices(java.util.Collection) ListCoreDevicesResponse.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.