public static interface StartTransactionRequest.Builder extends LakeFormationRequest.Builder, SdkPojo, CopyableBuilder<StartTransactionRequest.Builder,StartTransactionRequest>
| Modifier and Type | Method and Description |
|---|---|
StartTransactionRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
StartTransactionRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
StartTransactionRequest.Builder |
transactionType(String transactionType)
Indicates whether this transaction should be read only or read and write.
|
StartTransactionRequest.Builder |
transactionType(TransactionType transactionType)
Indicates whether this transaction should be read only or read and write.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildStartTransactionRequest.Builder transactionType(String transactionType)
Indicates whether this transaction should be read only or read and write. Writes made using a read-only transaction ID will be rejected. Read-only transactions do not need to be committed.
transactionType - Indicates whether this transaction should be read only or read and write. Writes made using a
read-only transaction ID will be rejected. Read-only transactions do not need to be committed.TransactionType,
TransactionTypeStartTransactionRequest.Builder transactionType(TransactionType transactionType)
Indicates whether this transaction should be read only or read and write. Writes made using a read-only transaction ID will be rejected. Read-only transactions do not need to be committed.
transactionType - Indicates whether this transaction should be read only or read and write. Writes made using a
read-only transaction ID will be rejected. Read-only transactions do not need to be committed.TransactionType,
TransactionTypeStartTransactionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderStartTransactionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.