public static interface BeginTransactionRequest.Builder extends RdsDataRequest.Builder, SdkPojo, CopyableBuilder<BeginTransactionRequest.Builder,BeginTransactionRequest>
| Modifier and Type | Method and Description |
|---|---|
BeginTransactionRequest.Builder |
database(String database)
The name of the database.
|
BeginTransactionRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
BeginTransactionRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
BeginTransactionRequest.Builder |
resourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the Aurora Serverless DB cluster.
|
BeginTransactionRequest.Builder |
schema(String schema)
The name of the database schema.
|
BeginTransactionRequest.Builder |
secretArn(String secretArn)
The name or ARN of the secret that enables access to the DB cluster.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildBeginTransactionRequest.Builder database(String database)
The name of the database.
database - The name of the database.BeginTransactionRequest.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.BeginTransactionRequest.Builder schema(String schema)
The name of the database schema.
schema - The name of the database schema.BeginTransactionRequest.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.BeginTransactionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderBeginTransactionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.