Uses of Interface
software.amazon.awssdk.services.iottwinmaker.model.GetPropertyValueHistoryRequest.Builder
Packages that use GetPropertyValueHistoryRequest.Builder
Package
Description
IoT TwinMaker is a service with which you can build operational digital twins of physical systems.
-
Uses of GetPropertyValueHistoryRequest.Builder in software.amazon.awssdk.services.iottwinmaker
Method parameters in software.amazon.awssdk.services.iottwinmaker with type arguments of type GetPropertyValueHistoryRequest.BuilderModifier and TypeMethodDescriptionIoTTwinMakerAsyncClient.getPropertyValueHistory(Consumer<GetPropertyValueHistoryRequest.Builder> getPropertyValueHistoryRequest) Retrieves information about the history of a time series property value for a component, component type, entity, or workspace.default GetPropertyValueHistoryResponseIoTTwinMakerClient.getPropertyValueHistory(Consumer<GetPropertyValueHistoryRequest.Builder> getPropertyValueHistoryRequest) Retrieves information about the history of a time series property value for a component, component type, entity, or workspace.default GetPropertyValueHistoryPublisherIoTTwinMakerAsyncClient.getPropertyValueHistoryPaginator(Consumer<GetPropertyValueHistoryRequest.Builder> getPropertyValueHistoryRequest) default GetPropertyValueHistoryIterableIoTTwinMakerClient.getPropertyValueHistoryPaginator(Consumer<GetPropertyValueHistoryRequest.Builder> getPropertyValueHistoryRequest) This is a variant ofIoTTwinMakerClient.getPropertyValueHistory(software.amazon.awssdk.services.iottwinmaker.model.GetPropertyValueHistoryRequest)operation. -
Uses of GetPropertyValueHistoryRequest.Builder in software.amazon.awssdk.services.iottwinmaker.model
Methods in software.amazon.awssdk.services.iottwinmaker.model that return GetPropertyValueHistoryRequest.BuilderModifier and TypeMethodDescriptionGetPropertyValueHistoryRequest.builder()GetPropertyValueHistoryRequest.Builder.componentName(String componentName) The name of the component.GetPropertyValueHistoryRequest.Builder.componentPath(String componentPath) This string specifies the path to the composite component, starting from the top-level 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.The ISO8601 DateTime of the latest property value to return.The ID of the entity.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.The string that specifies the next page of results.GetPropertyValueHistoryRequest.Builder.orderByTime(String orderByTime) The time direction to use in the result order.GetPropertyValueHistoryRequest.Builder.orderByTime(OrderByTime orderByTime) The time direction to use in the result order.GetPropertyValueHistoryRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) GetPropertyValueHistoryRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) 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(String... selectedProperties) A list of properties whose value histories the request retrieves.GetPropertyValueHistoryRequest.Builder.selectedProperties(Collection<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.The ISO8601 DateTime of the earliest property value to return.GetPropertyValueHistoryRequest.toBuilder()GetPropertyValueHistoryRequest.Builder.workspaceId(String workspaceId) The ID of the workspace.Methods in software.amazon.awssdk.services.iottwinmaker.model that return types with arguments of type GetPropertyValueHistoryRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends GetPropertyValueHistoryRequest.Builder>GetPropertyValueHistoryRequest.serializableBuilderClass()