public static interface BatchExecuteStatementRequest.Builder extends RdsDataRequest.Builder, SdkPojo, CopyableBuilder<BatchExecuteStatementRequest.Builder,BatchExecuteStatementRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchExecuteStatementRequest.Builder database(String database)
The name of the database.
database - The name of the database.BatchExecuteStatementRequest.Builder parameterSets(Collection<? extends Collection<SqlParameter>> parameterSets)
The parameter set for the batch operation.
The SQL statement is executed as many times as the number of parameter sets provided. To execute a SQL statement with no parameters, use one of the following options:
Specify one or more empty parameter sets.
Use the ExecuteStatement operation instead of the BatchExecuteStatement operation.
Array parameters are not supported.
parameterSets - The parameter set for the batch operation.
The SQL statement is executed as many times as the number of parameter sets provided. To execute a SQL statement with no parameters, use one of the following options:
Specify one or more empty parameter sets.
Use the ExecuteStatement operation instead of the BatchExecuteStatement
operation.
Array parameters are not supported.
BatchExecuteStatementRequest.Builder parameterSets(Collection<SqlParameter>... parameterSets)
The parameter set for the batch operation.
The SQL statement is executed as many times as the number of parameter sets provided. To execute a SQL statement with no parameters, use one of the following options:
Specify one or more empty parameter sets.
Use the ExecuteStatement operation instead of the BatchExecuteStatement operation.
Array parameters are not supported.
parameterSets - The parameter set for the batch operation.
The SQL statement is executed as many times as the number of parameter sets provided. To execute a SQL statement with no parameters, use one of the following options:
Specify one or more empty parameter sets.
Use the ExecuteStatement operation instead of the BatchExecuteStatement
operation.
Array parameters are not supported.
BatchExecuteStatementRequest.Builder resourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the Aurora Serverless DB cluster.
resourceArn - The Amazon Resource Name (ARN) of the Aurora Serverless DB cluster.BatchExecuteStatementRequest.Builder schema(String schema)
The name of the database schema.
schema - The name of the database schema.BatchExecuteStatementRequest.Builder secretArn(String secretArn)
The name or ARN of the secret that enables access to the DB cluster.
secretArn - The name or ARN of the secret that enables access to the DB cluster.BatchExecuteStatementRequest.Builder sql(String sql)
The SQL statement to run.
sql - The SQL statement to run.BatchExecuteStatementRequest.Builder transactionId(String transactionId)
The identifier of a transaction that was started by using the BeginTransaction operation.
Specify the transaction ID of the transaction that you want to include the SQL statement in.
If the SQL statement is not part of a transaction, don't set this parameter.
transactionId - The identifier of a transaction that was started by using the BeginTransaction operation.
Specify the transaction ID of the transaction that you want to include the SQL statement in.
If the SQL statement is not part of a transaction, don't set this parameter.
BatchExecuteStatementRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderBatchExecuteStatementRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.