Uses of Interface
software.amazon.awssdk.services.iotsitewise.model.BatchGetAssetPropertyAggregatesSkippedEntry.Builder
-
Packages that use BatchGetAssetPropertyAggregatesSkippedEntry.Builder Package Description software.amazon.awssdk.services.iotsitewise.model -
-
Uses of BatchGetAssetPropertyAggregatesSkippedEntry.Builder in software.amazon.awssdk.services.iotsitewise.model
Methods in software.amazon.awssdk.services.iotsitewise.model that return BatchGetAssetPropertyAggregatesSkippedEntry.Builder Modifier and Type Method Description static BatchGetAssetPropertyAggregatesSkippedEntry.BuilderBatchGetAssetPropertyAggregatesSkippedEntry. builder()BatchGetAssetPropertyAggregatesSkippedEntry.BuilderBatchGetAssetPropertyAggregatesSkippedEntry.Builder. completionStatus(String completionStatus)The completion status of each entry that is associated with the BatchGetAssetPropertyAggregates API.BatchGetAssetPropertyAggregatesSkippedEntry.BuilderBatchGetAssetPropertyAggregatesSkippedEntry.Builder. completionStatus(BatchEntryCompletionStatus completionStatus)The completion status of each entry that is associated with the BatchGetAssetPropertyAggregates API.BatchGetAssetPropertyAggregatesSkippedEntry.BuilderBatchGetAssetPropertyAggregatesSkippedEntry.Builder. entryId(String entryId)The ID of the entry.default BatchGetAssetPropertyAggregatesSkippedEntry.BuilderBatchGetAssetPropertyAggregatesSkippedEntry.Builder. errorInfo(Consumer<BatchGetAssetPropertyAggregatesErrorInfo.Builder> errorInfo)The error information, such as the error code and the timestamp.BatchGetAssetPropertyAggregatesSkippedEntry.BuilderBatchGetAssetPropertyAggregatesSkippedEntry.Builder. errorInfo(BatchGetAssetPropertyAggregatesErrorInfo errorInfo)The error information, such as the error code and the timestamp.BatchGetAssetPropertyAggregatesSkippedEntry.BuilderBatchGetAssetPropertyAggregatesSkippedEntry. toBuilder()Methods in software.amazon.awssdk.services.iotsitewise.model that return types with arguments of type BatchGetAssetPropertyAggregatesSkippedEntry.Builder Modifier and Type Method Description static Class<? extends BatchGetAssetPropertyAggregatesSkippedEntry.Builder>BatchGetAssetPropertyAggregatesSkippedEntry. serializableBuilderClass()
-