Uses of Interface
software.amazon.awssdk.services.iotsitewise.model.BatchGetAssetPropertyValueErrorEntry.Builder
-
Packages that use BatchGetAssetPropertyValueErrorEntry.Builder Package Description software.amazon.awssdk.services.iotsitewise.model -
-
Uses of BatchGetAssetPropertyValueErrorEntry.Builder in software.amazon.awssdk.services.iotsitewise.model
Methods in software.amazon.awssdk.services.iotsitewise.model that return BatchGetAssetPropertyValueErrorEntry.Builder Modifier and Type Method Description static BatchGetAssetPropertyValueErrorEntry.BuilderBatchGetAssetPropertyValueErrorEntry. builder()BatchGetAssetPropertyValueErrorEntry.BuilderBatchGetAssetPropertyValueErrorEntry.Builder. entryId(String entryId)The ID of the entry.BatchGetAssetPropertyValueErrorEntry.BuilderBatchGetAssetPropertyValueErrorEntry.Builder. errorCode(String errorCode)The error code.BatchGetAssetPropertyValueErrorEntry.BuilderBatchGetAssetPropertyValueErrorEntry.Builder. errorCode(BatchGetAssetPropertyValueErrorCode errorCode)The error code.BatchGetAssetPropertyValueErrorEntry.BuilderBatchGetAssetPropertyValueErrorEntry.Builder. errorMessage(String errorMessage)The associated error message.BatchGetAssetPropertyValueErrorEntry.BuilderBatchGetAssetPropertyValueErrorEntry. toBuilder()Methods in software.amazon.awssdk.services.iotsitewise.model that return types with arguments of type BatchGetAssetPropertyValueErrorEntry.Builder Modifier and Type Method Description static Class<? extends BatchGetAssetPropertyValueErrorEntry.Builder>BatchGetAssetPropertyValueErrorEntry. serializableBuilderClass()
-