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, sdkHttpResponsecopyapplyMutation, 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 that creates an instance of theList.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #deviceEvents(List) .deviceEvents - a consumer that will call methods on List.Builder #deviceEvents(List) 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 © 2017 Amazon Web Services, Inc. All Rights Reserved.