public static interface GetPropertyValueHistoryRequest.Builder extends IoTTwinMakerRequest.Builder, SdkPojo, CopyableBuilder<GetPropertyValueHistoryRequest.Builder,GetPropertyValueHistoryRequest>
| Modifier and Type | Method and Description |
|---|---|
GetPropertyValueHistoryRequest.Builder |
componentName(String componentName)
The name of the component.
|
GetPropertyValueHistoryRequest.Builder |
componentTypeId(String componentTypeId)
The ID of the component type.
|
GetPropertyValueHistoryRequest.Builder |
endDateTime(Instant endDateTime)
Deprecated.
This field is deprecated and will throw an error in the future. Use endTime instead.
|
GetPropertyValueHistoryRequest.Builder |
endTime(String endTime)
The ISO8601 DateTime of the latest property value to return.
|
GetPropertyValueHistoryRequest.Builder |
entityId(String entityId)
The ID of the entity.
|
default GetPropertyValueHistoryRequest.Builder |
interpolation(Consumer<InterpolationParameters.Builder> interpolation)
An object that specifies the interpolation type and the interval over which to interpolate data.
|
GetPropertyValueHistoryRequest.Builder |
interpolation(InterpolationParameters interpolation)
An object that specifies the interpolation type and the interval over which to interpolate data.
|
GetPropertyValueHistoryRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return at one time.
|
GetPropertyValueHistoryRequest.Builder |
nextToken(String nextToken)
The string that specifies the next page of results.
|
GetPropertyValueHistoryRequest.Builder |
orderByTime(OrderByTime orderByTime)
The time direction to use in the result order.
|
GetPropertyValueHistoryRequest.Builder |
orderByTime(String orderByTime)
The time direction to use in the result order.
|
GetPropertyValueHistoryRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetPropertyValueHistoryRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetPropertyValueHistoryRequest.Builder |
propertyFilters(Collection<PropertyFilter> propertyFilters)
A list of objects that filter the property value history request.
|
GetPropertyValueHistoryRequest.Builder |
propertyFilters(Consumer<PropertyFilter.Builder>... propertyFilters)
A list of objects that filter the property value history request.
|
GetPropertyValueHistoryRequest.Builder |
propertyFilters(PropertyFilter... propertyFilters)
A list of objects that filter the property value history request.
|
GetPropertyValueHistoryRequest.Builder |
selectedProperties(Collection<String> selectedProperties)
A list of properties whose value histories the request retrieves.
|
GetPropertyValueHistoryRequest.Builder |
selectedProperties(String... selectedProperties)
A list of properties whose value histories the request retrieves.
|
GetPropertyValueHistoryRequest.Builder |
startDateTime(Instant startDateTime)
Deprecated.
This field is deprecated and will throw an error in the future. Use startTime instead.
|
GetPropertyValueHistoryRequest.Builder |
startTime(String startTime)
The ISO8601 DateTime of the earliest property value to return.
|
GetPropertyValueHistoryRequest.Builder |
workspaceId(String workspaceId)
The ID of the workspace.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetPropertyValueHistoryRequest.Builder workspaceId(String workspaceId)
The ID of the workspace.
workspaceId - The ID of the workspace.GetPropertyValueHistoryRequest.Builder entityId(String entityId)
The ID of the entity.
entityId - The ID of the entity.GetPropertyValueHistoryRequest.Builder componentName(String componentName)
The name of the component.
componentName - The name of the component.GetPropertyValueHistoryRequest.Builder componentTypeId(String componentTypeId)
The ID of the component type.
componentTypeId - The ID of the component type.GetPropertyValueHistoryRequest.Builder selectedProperties(Collection<String> selectedProperties)
A list of properties whose value histories the request retrieves.
selectedProperties - A list of properties whose value histories the request retrieves.GetPropertyValueHistoryRequest.Builder selectedProperties(String... selectedProperties)
A list of properties whose value histories the request retrieves.
selectedProperties - A list of properties whose value histories the request retrieves.GetPropertyValueHistoryRequest.Builder propertyFilters(Collection<PropertyFilter> propertyFilters)
A list of objects that filter the property value history request.
propertyFilters - A list of objects that filter the property value history request.GetPropertyValueHistoryRequest.Builder propertyFilters(PropertyFilter... propertyFilters)
A list of objects that filter the property value history request.
propertyFilters - A list of objects that filter the property value history request.GetPropertyValueHistoryRequest.Builder propertyFilters(Consumer<PropertyFilter.Builder>... propertyFilters)
A list of objects that filter the property value history request.
This is a convenience method that creates an instance of thePropertyFilter.Builder avoiding the need to create
one manually via PropertyFilter.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #propertyFilters(List.
propertyFilters - a consumer that will call methods on
PropertyFilter.Builder#propertyFilters(java.util.Collection) @Deprecated GetPropertyValueHistoryRequest.Builder startDateTime(Instant startDateTime)
The date and time of the earliest property value to return.
startDateTime - The date and time of the earliest property value to return.@Deprecated GetPropertyValueHistoryRequest.Builder endDateTime(Instant endDateTime)
The date and time of the latest property value to return.
endDateTime - The date and time of the latest property value to return.GetPropertyValueHistoryRequest.Builder interpolation(InterpolationParameters interpolation)
An object that specifies the interpolation type and the interval over which to interpolate data.
interpolation - An object that specifies the interpolation type and the interval over which to interpolate data.default GetPropertyValueHistoryRequest.Builder interpolation(Consumer<InterpolationParameters.Builder> interpolation)
An object that specifies the interpolation type and the interval over which to interpolate data.
This is a convenience method that creates an instance of theInterpolationParameters.Builder avoiding
the need to create one manually via InterpolationParameters.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to interpolation(InterpolationParameters).
interpolation - a consumer that will call methods on InterpolationParameters.Builderinterpolation(InterpolationParameters)GetPropertyValueHistoryRequest.Builder nextToken(String nextToken)
The string that specifies the next page of results.
nextToken - The string that specifies the next page of results.GetPropertyValueHistoryRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return at one time. The default is 25.
Valid Range: Minimum value of 1. Maximum value of 250.
maxResults - The maximum number of results to return at one time. The default is 25.
Valid Range: Minimum value of 1. Maximum value of 250.
GetPropertyValueHistoryRequest.Builder orderByTime(String orderByTime)
The time direction to use in the result order.
orderByTime - The time direction to use in the result order.OrderByTime,
OrderByTimeGetPropertyValueHistoryRequest.Builder orderByTime(OrderByTime orderByTime)
The time direction to use in the result order.
orderByTime - The time direction to use in the result order.OrderByTime,
OrderByTimeGetPropertyValueHistoryRequest.Builder startTime(String startTime)
The ISO8601 DateTime of the earliest property value to return.
For more information about the ISO8601 DateTime format, see the data type PropertyValue.
startTime - The ISO8601 DateTime of the earliest property value to return.
For more information about the ISO8601 DateTime format, see the data type PropertyValue.
GetPropertyValueHistoryRequest.Builder endTime(String endTime)
The ISO8601 DateTime of the latest property value to return.
For more information about the ISO8601 DateTime format, see the data type PropertyValue.
endTime - The ISO8601 DateTime of the latest property value to return.
For more information about the ISO8601 DateTime format, see the data type PropertyValue.
GetPropertyValueHistoryRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetPropertyValueHistoryRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.