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