public static interface BatchExecuteStatementRequest.Builder extends RdsDataRequest.Builder, SdkPojo, CopyableBuilder<BatchExecuteStatementRequest.Builder,BatchExecuteStatementRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchExecuteStatementRequest.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 secretArn(String secretArn)
The ARN of the secret that enables access to the DB cluster. Enter the database user name and password for the credentials in the secret.
For information about creating the secret, see Create a database secret.
secretArn - The ARN of the secret that enables access to the DB cluster. Enter the database user name and password
for the credentials in the secret.
For information about creating the secret, see Create a database secret.
BatchExecuteStatementRequest.Builder sql(String sql)
The SQL statement to run. Don't include a semicolon (;) at the end of the SQL statement.
sql - The SQL statement to run. Don't include a semicolon (;) at the end of the SQL statement.BatchExecuteStatementRequest.Builder database(String database)
The name of the database.
database - The name of the database.BatchExecuteStatementRequest.Builder schema(String schema)
The name of the database schema.
Currently, the schema parameter isn't supported.
schema - The name of the database schema.
Currently, the schema parameter isn't supported.
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 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 © 2022. All rights reserved.