@Generated(value="software.amazon.awssdk:codegen") public final class BeginTransactionRequest extends RdsDataRequest implements ToCopyableBuilder<BeginTransactionRequest.Builder,BeginTransactionRequest>
The request parameters represent the input of a request to start a SQL transaction.
| Modifier and Type | Class and Description |
|---|---|
static interface |
BeginTransactionRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static BeginTransactionRequest.Builder |
builder() |
String |
database()
The name of the database.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
resourceArn()
The Amazon Resource Name (ARN) of the Aurora Serverless DB cluster.
|
String |
schema()
The name of the database schema.
|
List<SdkField<?>> |
sdkFields() |
String |
secretArn()
The name or ARN of the secret that enables access to the DB cluster.
|
static Class<? extends BeginTransactionRequest.Builder> |
serializableBuilderClass() |
BeginTransactionRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String resourceArn()
The Amazon Resource Name (ARN) of the Aurora Serverless DB cluster.
public final String secretArn()
The name or ARN of the secret that enables access to the DB cluster.
public final String database()
The name of the database.
public final String schema()
The name of the database schema.
public BeginTransactionRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<BeginTransactionRequest.Builder,BeginTransactionRequest>toBuilder in class RdsDataRequestpublic static BeginTransactionRequest.Builder builder()
public static Class<? extends BeginTransactionRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2022. All rights reserved.