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