public static interface GetDevicePositionHistoryRequest.Builder extends LocationRequest.Builder, SdkPojo, CopyableBuilder<GetDevicePositionHistoryRequest.Builder,GetDevicePositionHistoryRequest>
| Modifier and Type | Method and Description |
|---|---|
GetDevicePositionHistoryRequest.Builder |
deviceId(String deviceId)
The device whose position history you want to retrieve.
|
GetDevicePositionHistoryRequest.Builder |
endTimeExclusive(Instant endTimeExclusive)
Specify the end time for the position history in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ. |
GetDevicePositionHistoryRequest.Builder |
nextToken(String nextToken)
The pagination token specifying which page of results to return in the response.
|
GetDevicePositionHistoryRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetDevicePositionHistoryRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetDevicePositionHistoryRequest.Builder |
startTimeInclusive(Instant startTimeInclusive)
Specify the start time for the position history in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ. |
GetDevicePositionHistoryRequest.Builder |
trackerName(String trackerName)
The tracker resource receiving the request for the device position history.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetDevicePositionHistoryRequest.Builder deviceId(String deviceId)
The device whose position history you want to retrieve.
deviceId - The device whose position history you want to retrieve.GetDevicePositionHistoryRequest.Builder endTimeExclusive(Instant endTimeExclusive)
Specify the end time for the position history in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ. By default, the value will be the time that the request is made.
Requirement:
The time specified for EndTimeExclusive must be after the time for
StartTimeInclusive.
endTimeExclusive - Specify the end time for the position history in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ. By default, the value will be the time that the request is
made.
Requirement:
The time specified for EndTimeExclusive must be after the time for
StartTimeInclusive.
GetDevicePositionHistoryRequest.Builder nextToken(String nextToken)
The pagination token specifying which page of results to return in the response. If no token is provided, the default page is the first page.
Default value: null
nextToken - The pagination token specifying which page of results to return in the response. If no token is
provided, the default page is the first page.
Default value: null
GetDevicePositionHistoryRequest.Builder startTimeInclusive(Instant startTimeInclusive)
Specify the start time for the position history in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ. By default, the value will be 24 hours prior to the time that the
request is made.
Requirement:
The time specified for StartTimeInclusive must be before EndTimeExclusive.
startTimeInclusive - Specify the start time for the position history in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ. By default, the value will be 24 hours prior to the time that
the request is made.
Requirement:
The time specified for StartTimeInclusive must be before EndTimeExclusive.
GetDevicePositionHistoryRequest.Builder trackerName(String trackerName)
The tracker resource receiving the request for the device position history.
trackerName - The tracker resource receiving the request for the device position history.GetDevicePositionHistoryRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetDevicePositionHistoryRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.