Uses of Interface
software.amazon.awssdk.services.cleanroomsml.model.ProtectedQueryInputParameters.Builder
-
Packages that use ProtectedQueryInputParameters.Builder Package Description software.amazon.awssdk.services.cleanroomsml.model -
-
Uses of ProtectedQueryInputParameters.Builder in software.amazon.awssdk.services.cleanroomsml.model
Methods in software.amazon.awssdk.services.cleanroomsml.model that return ProtectedQueryInputParameters.Builder Modifier and Type Method Description static ProtectedQueryInputParameters.BuilderProtectedQueryInputParameters. builder()default ProtectedQueryInputParameters.BuilderProtectedQueryInputParameters.Builder. computeConfiguration(Consumer<ComputeConfiguration.Builder> computeConfiguration)Provides configuration information for the workers that will perform the protected query.ProtectedQueryInputParameters.BuilderProtectedQueryInputParameters.Builder. computeConfiguration(ComputeConfiguration computeConfiguration)Provides configuration information for the workers that will perform the protected query.default ProtectedQueryInputParameters.BuilderProtectedQueryInputParameters.Builder. sqlParameters(Consumer<ProtectedQuerySQLParameters.Builder> sqlParameters)Sets the value of the SqlParameters property for this object.ProtectedQueryInputParameters.BuilderProtectedQueryInputParameters.Builder. sqlParameters(ProtectedQuerySQLParameters sqlParameters)Sets the value of the SqlParameters property for this object.ProtectedQueryInputParameters.BuilderProtectedQueryInputParameters. toBuilder()Methods in software.amazon.awssdk.services.cleanroomsml.model that return types with arguments of type ProtectedQueryInputParameters.Builder Modifier and Type Method Description static Class<? extends ProtectedQueryInputParameters.Builder>ProtectedQueryInputParameters. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cleanroomsml.model with type arguments of type ProtectedQueryInputParameters.Builder Modifier and Type Method Description static InputChannelDataSourceInputChannelDataSource. fromProtectedQueryInputParameters(Consumer<ProtectedQueryInputParameters.Builder> protectedQueryInputParameters)Create an instance of this class withInputChannelDataSource.protectedQueryInputParameters()initialized to the given value.default InputChannelDataSource.BuilderInputChannelDataSource.Builder. protectedQueryInputParameters(Consumer<ProtectedQueryInputParameters.Builder> protectedQueryInputParameters)Sets the value of the ProtectedQueryInputParameters property for this object.
-