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) |
ListDeviceEventsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListDeviceEventsRequest.Builder |
toTimeStamp(Instant toTimeStamp)
The end date for the device event query, in ISO8061 format.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, 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)
overrideConfiguration in interface AwsRequest.BuilderListDeviceEventsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2020. All rights reserved.