public static interface ListDeviceEventsRequest.Builder extends Iot1ClickDevicesRequest.Builder, SdkPojo, CopyableBuilder<ListDeviceEventsRequest.Builder,ListDeviceEventsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListDeviceEventsRequest.Builder |
deviceId(String deviceId)
The unique identifier of the device.
|
ListDeviceEventsRequest.Builder |
fromTimeStamp(Instant fromTimeStamp)
The start date for the device event query, in ISO8061 format.
|
ListDeviceEventsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return per request.
|
ListDeviceEventsRequest.Builder |
nextToken(String nextToken)
The token to retrieve the next set of results.
|
ListDeviceEventsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
ListDeviceEventsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
ListDeviceEventsRequest.Builder |
toTimeStamp(Instant toTimeStamp)
The end date for the device event query, in ISO8061 format.
|
buildoverrideConfigurationcopyapplyMutation, buildListDeviceEventsRequest.Builder deviceId(String deviceId)
The unique identifier of the device.
deviceId - The unique identifier of the device.ListDeviceEventsRequest.Builder fromTimeStamp(Instant fromTimeStamp)
The start date for the device event query, in ISO8061 format. For example, 2018-03-28T15:45:12.880Z
fromTimeStamp - The start date for the device event query, in ISO8061 format. For example, 2018-03-28T15:45:12.880ZListDeviceEventsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return per request. If not set, a default value of 100 is used.
maxResults - The maximum number of results to return per request. If not set, a default value of 100 is used.ListDeviceEventsRequest.Builder nextToken(String nextToken)
The token to retrieve the next set of results.
nextToken - The token to retrieve the next set of results.ListDeviceEventsRequest.Builder toTimeStamp(Instant toTimeStamp)
The end date for the device event query, in ISO8061 format. For example, 2018-03-28T15:45:12.880Z
toTimeStamp - The end date for the device event query, in ISO8061 format. For example, 2018-03-28T15:45:12.880ZListDeviceEventsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.ListDeviceEventsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.