Uses of Interface
software.amazon.awssdk.services.cleanrooms.model.ProtectedQueryError.Builder
-
Packages that use ProtectedQueryError.Builder Package Description software.amazon.awssdk.services.cleanrooms.model -
-
Uses of ProtectedQueryError.Builder in software.amazon.awssdk.services.cleanrooms.model
Methods in software.amazon.awssdk.services.cleanrooms.model that return ProtectedQueryError.Builder Modifier and Type Method Description static ProtectedQueryError.BuilderProtectedQueryError. builder()ProtectedQueryError.BuilderProtectedQueryError.Builder. code(String code)An error code for the error.ProtectedQueryError.BuilderProtectedQueryError.Builder. message(String message)A description of why the query failed.ProtectedQueryError.BuilderProtectedQueryError. toBuilder()Methods in software.amazon.awssdk.services.cleanrooms.model that return types with arguments of type ProtectedQueryError.Builder Modifier and Type Method Description static Class<? extends ProtectedQueryError.Builder>ProtectedQueryError. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cleanrooms.model with type arguments of type ProtectedQueryError.Builder Modifier and Type Method Description default ProtectedQuery.BuilderProtectedQuery.Builder. error(Consumer<ProtectedQueryError.Builder> error)An error thrown by the protected query.
-