public static interface TransactionCanceledException.Builder extends SdkPojo, CopyableBuilder<TransactionCanceledException.Builder,TransactionCanceledException>, DynamoDbException.Builder
| Modifier and Type | Method and Description |
|---|---|
TransactionCanceledException.Builder |
awsErrorDetails(AwsErrorDetails awsErrorDetails) |
TransactionCanceledException.Builder |
cancellationReasons(CancellationReason... cancellationReasons)
A list of cancellation reasons.
|
TransactionCanceledException.Builder |
cancellationReasons(Collection<CancellationReason> cancellationReasons)
A list of cancellation reasons.
|
TransactionCanceledException.Builder |
cancellationReasons(Consumer<CancellationReason.Builder>... cancellationReasons)
A list of cancellation reasons.
|
TransactionCanceledException.Builder |
cause(Throwable cause) |
TransactionCanceledException.Builder |
message(String message) |
TransactionCanceledException.Builder |
requestId(String requestId) |
TransactionCanceledException.Builder |
statusCode(int statusCode) |
copyapplyMutation, buildawsErrorDetails, build, clockSkew, clockSkewrequestId, statusCodecause, messageTransactionCanceledException.Builder cancellationReasons(Collection<CancellationReason> cancellationReasons)
A list of cancellation reasons.
cancellationReasons - A list of cancellation reasons.TransactionCanceledException.Builder cancellationReasons(CancellationReason... cancellationReasons)
A list of cancellation reasons.
cancellationReasons - A list of cancellation reasons.TransactionCanceledException.Builder cancellationReasons(Consumer<CancellationReason.Builder>... cancellationReasons)
A list of cancellation reasons.
This is a convenience that creates an instance of theList.Builder avoiding the
need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately
and its result is passed to #cancellationReasons(List) .cancellationReasons - a consumer that will call methods on List.Builder #cancellationReasons(List) TransactionCanceledException.Builder awsErrorDetails(AwsErrorDetails awsErrorDetails)
awsErrorDetails in interface AwsServiceException.BuilderawsErrorDetails in interface DynamoDbException.BuilderTransactionCanceledException.Builder message(String message)
message in interface AwsServiceException.Buildermessage in interface DynamoDbException.Buildermessage in interface SdkException.Buildermessage in interface SdkServiceException.BuilderTransactionCanceledException.Builder requestId(String requestId)
requestId in interface AwsServiceException.BuilderrequestId in interface DynamoDbException.BuilderrequestId in interface SdkServiceException.BuilderTransactionCanceledException.Builder statusCode(int statusCode)
statusCode in interface AwsServiceException.BuilderstatusCode in interface DynamoDbException.BuilderstatusCode in interface SdkServiceException.BuilderTransactionCanceledException.Builder cause(Throwable cause)
cause in interface AwsServiceException.Buildercause in interface DynamoDbException.Buildercause in interface SdkException.Buildercause in interface SdkServiceException.BuilderCopyright © 2019. All rights reserved.