public static interface StartProtectedQueryRequest.Builder extends CleanRoomsRequest.Builder, SdkPojo, CopyableBuilder<StartProtectedQueryRequest.Builder,StartProtectedQueryRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildStartProtectedQueryRequest.Builder type(String type)
The type of the protected query to be started.
type - The type of the protected query to be started.ProtectedQueryType,
ProtectedQueryTypeStartProtectedQueryRequest.Builder type(ProtectedQueryType type)
The type of the protected query to be started.
type - The type of the protected query to be started.ProtectedQueryType,
ProtectedQueryTypeStartProtectedQueryRequest.Builder membershipIdentifier(String membershipIdentifier)
A unique identifier for the membership to run this query against. Currently accepts a membership ID.
membershipIdentifier - A unique identifier for the membership to run this query against. Currently accepts a membership ID.StartProtectedQueryRequest.Builder sqlParameters(ProtectedQuerySQLParameters sqlParameters)
The protected SQL query parameters.
sqlParameters - The protected SQL query parameters.default StartProtectedQueryRequest.Builder sqlParameters(Consumer<ProtectedQuerySQLParameters.Builder> sqlParameters)
The protected SQL query parameters.
This is a convenience method that creates an instance of theProtectedQuerySQLParameters.Builder
avoiding the need to create one manually via ProtectedQuerySQLParameters.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to sqlParameters(ProtectedQuerySQLParameters).
sqlParameters - a consumer that will call methods on ProtectedQuerySQLParameters.BuildersqlParameters(ProtectedQuerySQLParameters)StartProtectedQueryRequest.Builder resultConfiguration(ProtectedQueryResultConfiguration resultConfiguration)
The details needed to write the query results.
resultConfiguration - The details needed to write the query results.default StartProtectedQueryRequest.Builder resultConfiguration(Consumer<ProtectedQueryResultConfiguration.Builder> resultConfiguration)
The details needed to write the query results.
This is a convenience method that creates an instance of theProtectedQueryResultConfiguration.Builder avoiding the need to create one manually via
ProtectedQueryResultConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to resultConfiguration(ProtectedQueryResultConfiguration).
resultConfiguration - a consumer that will call methods on ProtectedQueryResultConfiguration.BuilderresultConfiguration(ProtectedQueryResultConfiguration)StartProtectedQueryRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderStartProtectedQueryRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.