Uses of Interface
software.amazon.awssdk.services.iottwinmaker.model.BatchPutPropertyError.Builder
-
Packages that use BatchPutPropertyError.Builder Package Description software.amazon.awssdk.services.iottwinmaker.model -
-
Uses of BatchPutPropertyError.Builder in software.amazon.awssdk.services.iottwinmaker.model
Methods in software.amazon.awssdk.services.iottwinmaker.model that return BatchPutPropertyError.Builder Modifier and Type Method Description static BatchPutPropertyError.BuilderBatchPutPropertyError. builder()default BatchPutPropertyError.BuilderBatchPutPropertyError.Builder. entry(Consumer<PropertyValueEntry.Builder> entry)An object that contains information about errors returned by theBatchPutPropertyaction.BatchPutPropertyError.BuilderBatchPutPropertyError.Builder. entry(PropertyValueEntry entry)An object that contains information about errors returned by theBatchPutPropertyaction.BatchPutPropertyError.BuilderBatchPutPropertyError.Builder. errorCode(String errorCode)The error code.BatchPutPropertyError.BuilderBatchPutPropertyError.Builder. errorMessage(String errorMessage)The error message.BatchPutPropertyError.BuilderBatchPutPropertyError. toBuilder()Methods in software.amazon.awssdk.services.iottwinmaker.model that return types with arguments of type BatchPutPropertyError.Builder Modifier and Type Method Description static Class<? extends BatchPutPropertyError.Builder>BatchPutPropertyError. serializableBuilderClass()
-