public static interface TransactionCanceledException.Builder extends SdkPojo, CopyableBuilder<TransactionCanceledException.Builder,TransactionCanceledException>, DynamoDbException.Builder
| Modifier and Type | Method and Description | 
|---|---|
TransactionCanceledException.Builder | 
awsErrorDetails(AwsErrorDetails awsErrorDetails)
Specifies the additional awsErrorDetails from the service response. 
 | 
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)
Specifies the exception that caused this exception to occur. 
 | 
TransactionCanceledException.Builder | 
message(String message)
Specifies the details of this exception. 
 | 
TransactionCanceledException.Builder | 
requestId(String requestId)
Specifies the requestId returned by the called service. 
 | 
TransactionCanceledException.Builder | 
statusCode(int statusCode)
Specifies the status code returned by the service. 
 | 
copyapplyMutation, buildawsErrorDetails, buildrequestId, 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)
AwsServiceException.BuilderawsErrorDetails in interface AwsServiceException.BuilderawsErrorDetails in interface DynamoDbException.BuilderawsErrorDetails - Object containing additional details from the response.TransactionCanceledException.Builder message(String message)
SdkException.Buildermessage in interface AwsServiceException.Buildermessage in interface DynamoDbException.Buildermessage in interface SdkException.Buildermessage in interface SdkServiceException.Buildermessage - The details of this exception.TransactionCanceledException.Builder requestId(String requestId)
SdkServiceException.BuilderrequestId in interface AwsServiceException.BuilderrequestId in interface DynamoDbException.BuilderrequestId in interface SdkServiceException.BuilderrequestId - A string that identifies the request made to a service.TransactionCanceledException.Builder statusCode(int statusCode)
SdkServiceException.BuilderstatusCode in interface AwsServiceException.BuilderstatusCode in interface DynamoDbException.BuilderstatusCode in interface SdkServiceException.BuilderstatusCode - an int containing the status code returned by the service.TransactionCanceledException.Builder cause(Throwable cause)
SdkException.Buildercause in interface AwsServiceException.Buildercause in interface DynamoDbException.Buildercause in interface SdkException.Buildercause in interface SdkServiceException.Buildercause - The exception that caused this exception to occur.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.