static GetPropertyValueHistoryRequest.Builder |
GetPropertyValueHistoryRequest.builder() |
|
GetPropertyValueHistoryRequest.Builder |
GetPropertyValueHistoryRequest.Builder.componentName(String componentName) |
The name of the component.
|
GetPropertyValueHistoryRequest.Builder |
GetPropertyValueHistoryRequest.Builder.componentPath(String componentPath) |
This string specifies the path to the composite component, starting from the top-level component.
|
GetPropertyValueHistoryRequest.Builder |
GetPropertyValueHistoryRequest.Builder.componentTypeId(String componentTypeId) |
The ID of the component type.
|
GetPropertyValueHistoryRequest.Builder |
GetPropertyValueHistoryRequest.Builder.endDateTime(Instant endDateTime) |
Deprecated.
|
GetPropertyValueHistoryRequest.Builder |
GetPropertyValueHistoryRequest.Builder.endTime(String endTime) |
The ISO8601 DateTime of the latest property value to return.
|
GetPropertyValueHistoryRequest.Builder |
GetPropertyValueHistoryRequest.Builder.entityId(String entityId) |
The ID of the entity.
|
default GetPropertyValueHistoryRequest.Builder |
GetPropertyValueHistoryRequest.Builder.interpolation(Consumer<InterpolationParameters.Builder> interpolation) |
An object that specifies the interpolation type and the interval over which to interpolate data.
|
GetPropertyValueHistoryRequest.Builder |
GetPropertyValueHistoryRequest.Builder.interpolation(InterpolationParameters interpolation) |
An object that specifies the interpolation type and the interval over which to interpolate data.
|
GetPropertyValueHistoryRequest.Builder |
GetPropertyValueHistoryRequest.Builder.maxResults(Integer maxResults) |
The maximum number of results to return at one time.
|
GetPropertyValueHistoryRequest.Builder |
GetPropertyValueHistoryRequest.Builder.nextToken(String nextToken) |
The string that specifies the next page of results.
|
GetPropertyValueHistoryRequest.Builder |
GetPropertyValueHistoryRequest.Builder.orderByTime(String orderByTime) |
The time direction to use in the result order.
|
GetPropertyValueHistoryRequest.Builder |
GetPropertyValueHistoryRequest.Builder.orderByTime(OrderByTime orderByTime) |
The time direction to use in the result order.
|
GetPropertyValueHistoryRequest.Builder |
GetPropertyValueHistoryRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
GetPropertyValueHistoryRequest.Builder |
GetPropertyValueHistoryRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
GetPropertyValueHistoryRequest.Builder |
GetPropertyValueHistoryRequest.Builder.propertyFilters(Collection<PropertyFilter> propertyFilters) |
A list of objects that filter the property value history request.
|
GetPropertyValueHistoryRequest.Builder |
GetPropertyValueHistoryRequest.Builder.propertyFilters(Consumer<PropertyFilter.Builder>... propertyFilters) |
A list of objects that filter the property value history request.
|
GetPropertyValueHistoryRequest.Builder |
GetPropertyValueHistoryRequest.Builder.propertyFilters(PropertyFilter... propertyFilters) |
A list of objects that filter the property value history request.
|
GetPropertyValueHistoryRequest.Builder |
GetPropertyValueHistoryRequest.Builder.selectedProperties(String... selectedProperties) |
A list of properties whose value histories the request retrieves.
|
GetPropertyValueHistoryRequest.Builder |
GetPropertyValueHistoryRequest.Builder.selectedProperties(Collection<String> selectedProperties) |
A list of properties whose value histories the request retrieves.
|
GetPropertyValueHistoryRequest.Builder |
GetPropertyValueHistoryRequest.Builder.startDateTime(Instant startDateTime) |
Deprecated.
|
GetPropertyValueHistoryRequest.Builder |
GetPropertyValueHistoryRequest.Builder.startTime(String startTime) |
The ISO8601 DateTime of the earliest property value to return.
|
GetPropertyValueHistoryRequest.Builder |
GetPropertyValueHistoryRequest.toBuilder() |
|
GetPropertyValueHistoryRequest.Builder |
GetPropertyValueHistoryRequest.Builder.workspaceId(String workspaceId) |
The ID of the workspace.
|