Interface StartProtectedQueryRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CleanRoomsRequest.Builder,CopyableBuilder<StartProtectedQueryRequest.Builder,StartProtectedQueryRequest>,SdkBuilder<StartProtectedQueryRequest.Builder,StartProtectedQueryRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- StartProtectedQueryRequest
public static interface StartProtectedQueryRequest.Builder extends CleanRoomsRequest.Builder, SdkPojo, CopyableBuilder<StartProtectedQueryRequest.Builder,StartProtectedQueryRequest>
-
-
Method Summary
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.cleanrooms.model.CleanRoomsRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
type
StartProtectedQueryRequest.Builder type(String type)
The type of the protected query to be started.
- Parameters:
type- The type of the protected query to be started.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ProtectedQueryType,ProtectedQueryType
-
type
StartProtectedQueryRequest.Builder type(ProtectedQueryType type)
The type of the protected query to be started.
- Parameters:
type- The type of the protected query to be started.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ProtectedQueryType,ProtectedQueryType
-
membershipIdentifier
StartProtectedQueryRequest.Builder membershipIdentifier(String membershipIdentifier)
A unique identifier for the membership to run this query against. Currently accepts a membership ID.
- Parameters:
membershipIdentifier- A unique identifier for the membership to run this query against. Currently accepts a membership ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sqlParameters
StartProtectedQueryRequest.Builder sqlParameters(ProtectedQuerySQLParameters sqlParameters)
The protected SQL query parameters.
- Parameters:
sqlParameters- The protected SQL query parameters.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sqlParameters
default StartProtectedQueryRequest.Builder sqlParameters(Consumer<ProtectedQuerySQLParameters.Builder> sqlParameters)
The protected SQL query parameters.
This is a convenience method that creates an instance of theProtectedQuerySQLParameters.Builderavoiding the need to create one manually viaProtectedQuerySQLParameters.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tosqlParameters(ProtectedQuerySQLParameters).- Parameters:
sqlParameters- a consumer that will call methods onProtectedQuerySQLParameters.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
sqlParameters(ProtectedQuerySQLParameters)
-
resultConfiguration
StartProtectedQueryRequest.Builder resultConfiguration(ProtectedQueryResultConfiguration resultConfiguration)
The details needed to write the query results.
- Parameters:
resultConfiguration- The details needed to write the query results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resultConfiguration
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.Builderavoiding the need to create one manually viaProtectedQueryResultConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toresultConfiguration(ProtectedQueryResultConfiguration).- Parameters:
resultConfiguration- a consumer that will call methods onProtectedQueryResultConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
resultConfiguration(ProtectedQueryResultConfiguration)
-
overrideConfiguration
StartProtectedQueryRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
StartProtectedQueryRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-