Uses of Interface
software.amazon.awssdk.services.cleanrooms.model.ProtectedQueryOutputConfiguration.Builder
-
Packages that use ProtectedQueryOutputConfiguration.Builder Package Description software.amazon.awssdk.services.cleanrooms.model -
-
Uses of ProtectedQueryOutputConfiguration.Builder in software.amazon.awssdk.services.cleanrooms.model
Methods in software.amazon.awssdk.services.cleanrooms.model that return ProtectedQueryOutputConfiguration.Builder Modifier and Type Method Description static ProtectedQueryOutputConfiguration.BuilderProtectedQueryOutputConfiguration. builder()default ProtectedQueryOutputConfiguration.BuilderProtectedQueryOutputConfiguration.Builder. s3(Consumer<ProtectedQueryS3OutputConfiguration.Builder> s3)Required configuration for a protected query with an `S3` output type.ProtectedQueryOutputConfiguration.BuilderProtectedQueryOutputConfiguration.Builder. s3(ProtectedQueryS3OutputConfiguration s3)Required configuration for a protected query with an `S3` output type.ProtectedQueryOutputConfiguration.BuilderProtectedQueryOutputConfiguration. toBuilder()Methods in software.amazon.awssdk.services.cleanrooms.model that return types with arguments of type ProtectedQueryOutputConfiguration.Builder Modifier and Type Method Description static Class<? extends ProtectedQueryOutputConfiguration.Builder>ProtectedQueryOutputConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cleanrooms.model with type arguments of type ProtectedQueryOutputConfiguration.Builder Modifier and Type Method Description default ProtectedQueryResultConfiguration.BuilderProtectedQueryResultConfiguration.Builder. outputConfiguration(Consumer<ProtectedQueryOutputConfiguration.Builder> outputConfiguration)Configuration for protected query results.
-