public static interface ExecuteSqlRequest.Builder extends RdsDataRequest.Builder, SdkPojo, CopyableBuilder<ExecuteSqlRequest.Builder,ExecuteSqlRequest>
| Modifier and Type | Method and Description |
|---|---|
ExecuteSqlRequest.Builder |
awsSecretStoreArn(String awsSecretStoreArn)
The Amazon Resource Name (ARN) of the secret that enables access to the DB cluster.
|
ExecuteSqlRequest.Builder |
database(String database)
The name of the database.
|
ExecuteSqlRequest.Builder |
dbClusterOrInstanceArn(String dbClusterOrInstanceArn)
The ARN of the Aurora Serverless DB cluster.
|
ExecuteSqlRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ExecuteSqlRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ExecuteSqlRequest.Builder |
schema(String schema)
The name of the database schema.
|
ExecuteSqlRequest.Builder |
sqlStatements(String sqlStatements)
One or more SQL statements to run on the DB cluster.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildExecuteSqlRequest.Builder dbClusterOrInstanceArn(String dbClusterOrInstanceArn)
The ARN of the Aurora Serverless DB cluster.
dbClusterOrInstanceArn - The ARN of the Aurora Serverless DB cluster.ExecuteSqlRequest.Builder awsSecretStoreArn(String awsSecretStoreArn)
The Amazon Resource Name (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.
awsSecretStoreArn - The Amazon Resource Name (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.
ExecuteSqlRequest.Builder sqlStatements(String sqlStatements)
One or more SQL statements to run on the DB cluster.
You can separate SQL statements from each other with a semicolon (;). Any valid SQL statement is permitted, including data definition, data manipulation, and commit statements.
sqlStatements - One or more SQL statements to run on the DB cluster.
You can separate SQL statements from each other with a semicolon (;). Any valid SQL statement is permitted, including data definition, data manipulation, and commit statements.
ExecuteSqlRequest.Builder database(String database)
The name of the database.
database - The name of the database.ExecuteSqlRequest.Builder schema(String schema)
The name of the database schema.
schema - The name of the database schema.ExecuteSqlRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderExecuteSqlRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.