public static interface ListDeviceEventsResponse.Builder extends AlexaForBusinessResponse.Builder, SdkPojo, CopyableBuilder<ListDeviceEventsResponse.Builder,ListDeviceEventsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListDeviceEventsResponse.Builder |
deviceEvents(Collection<DeviceEvent> deviceEvents)
The device events requested for the device ARN.
|
ListDeviceEventsResponse.Builder |
deviceEvents(Consumer<DeviceEvent.Builder>... deviceEvents)
The device events requested for the device ARN.
|
ListDeviceEventsResponse.Builder |
deviceEvents(DeviceEvent... deviceEvents)
The device events requested for the device ARN.
|
ListDeviceEventsResponse.Builder |
nextToken(String nextToken)
The token returned to indicate that there is more data available.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListDeviceEventsResponse.Builder deviceEvents(Collection<DeviceEvent> deviceEvents)
The device events requested for the device ARN.
deviceEvents - The device events requested for the device ARN.ListDeviceEventsResponse.Builder deviceEvents(DeviceEvent... deviceEvents)
The device events requested for the device ARN.
deviceEvents - The device events requested for the device ARN.ListDeviceEventsResponse.Builder deviceEvents(Consumer<DeviceEvent.Builder>... deviceEvents)
The device events requested for the device ARN.
This is a convenience method that creates an instance of theDeviceEvent.Builder avoiding the need to
create one manually via DeviceEvent.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #deviceEvents(List.
deviceEvents - a consumer that will call methods on
DeviceEvent.Builder#deviceEvents(java.util.Collection) ListDeviceEventsResponse.Builder nextToken(String nextToken)
The token returned to indicate that there is more data available.
nextToken - The token returned to indicate that there is more data available.Copyright © 2023. All rights reserved.