Uses of Interface
software.amazon.awssdk.services.cleanrooms.model.ProtectedQueryResultConfiguration.Builder
-
Packages that use ProtectedQueryResultConfiguration.Builder Package Description software.amazon.awssdk.services.cleanrooms.model -
-
Uses of ProtectedQueryResultConfiguration.Builder in software.amazon.awssdk.services.cleanrooms.model
Methods in software.amazon.awssdk.services.cleanrooms.model that return ProtectedQueryResultConfiguration.Builder Modifier and Type Method Description static ProtectedQueryResultConfiguration.BuilderProtectedQueryResultConfiguration. builder()default ProtectedQueryResultConfiguration.BuilderProtectedQueryResultConfiguration.Builder. outputConfiguration(Consumer<ProtectedQueryOutputConfiguration.Builder> outputConfiguration)Configuration for protected query results.ProtectedQueryResultConfiguration.BuilderProtectedQueryResultConfiguration.Builder. outputConfiguration(ProtectedQueryOutputConfiguration outputConfiguration)Configuration for protected query results.ProtectedQueryResultConfiguration.BuilderProtectedQueryResultConfiguration. toBuilder()Methods in software.amazon.awssdk.services.cleanrooms.model that return types with arguments of type ProtectedQueryResultConfiguration.Builder Modifier and Type Method Description static Class<? extends ProtectedQueryResultConfiguration.Builder>ProtectedQueryResultConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cleanrooms.model with type arguments of type ProtectedQueryResultConfiguration.Builder Modifier and Type Method Description default ProtectedQuery.BuilderProtectedQuery.Builder. resultConfiguration(Consumer<ProtectedQueryResultConfiguration.Builder> resultConfiguration)Contains any details needed to write the query results.default StartProtectedQueryRequest.BuilderStartProtectedQueryRequest.Builder. resultConfiguration(Consumer<ProtectedQueryResultConfiguration.Builder> resultConfiguration)The details needed to write the query results.
-