public static interface ResendErrorException.Builder extends software.amazon.awssdk.core.SdkPojo, software.amazon.awssdk.utils.builder.CopyableBuilder<ResendErrorException.Builder,ResendErrorException>, AgcodException.Builder
| Modifier and Type | Method and Description |
|---|---|
default ResendErrorException.Builder |
agcodResponse(Consumer<GiftCardResponse.Builder> agcodResponse)
Sets the value of the AgcodResponse property for this object.
|
ResendErrorException.Builder |
agcodResponse(GiftCardResponse agcodResponse)
Sets the value of the AgcodResponse property for this object.
|
ResendErrorException.Builder |
awsErrorDetails(software.amazon.awssdk.awscore.exception.AwsErrorDetails awsErrorDetails) |
ResendErrorException.Builder |
cause(Throwable cause) |
ResendErrorException.Builder |
errorCode(String errorCode)
Sets the value of the ErrorCode property for this object.
|
ResendErrorException.Builder |
errorType(String errorType)
Sets the value of the ErrorType property for this object.
|
ResendErrorException.Builder |
message(String message) |
ResendErrorException.Builder |
requestId(String requestId) |
ResendErrorException.Builder |
statusCode(int statusCode) |
applyMutation, buildawsErrorDetails, build, clockSkew, clockSkewrequestId, statusCodeResendErrorException.Builder errorCode(String errorCode)
errorCode - The new value for the ErrorCode property for this object.ResendErrorException.Builder errorType(String errorType)
errorType - The new value for the ErrorType property for this object.ResendErrorException.Builder agcodResponse(GiftCardResponse agcodResponse)
agcodResponse - The new value for the AgcodResponse property for this object.default ResendErrorException.Builder agcodResponse(Consumer<GiftCardResponse.Builder> agcodResponse)
GiftCardResponse.Builder avoiding the need to
create one manually via GiftCardResponse.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to agcodResponse(GiftCardResponse).agcodResponse - a consumer that will call methods on GiftCardResponse.BuilderagcodResponse(GiftCardResponse)ResendErrorException.Builder awsErrorDetails(software.amazon.awssdk.awscore.exception.AwsErrorDetails awsErrorDetails)
awsErrorDetails in interface AgcodException.BuilderawsErrorDetails in interface software.amazon.awssdk.awscore.exception.AwsServiceException.BuilderResendErrorException.Builder message(String message)
message in interface AgcodException.Buildermessage in interface software.amazon.awssdk.awscore.exception.AwsServiceException.Buildermessage in interface software.amazon.awssdk.core.exception.SdkException.Buildermessage in interface software.amazon.awssdk.core.exception.SdkServiceException.BuilderResendErrorException.Builder requestId(String requestId)
requestId in interface AgcodException.BuilderrequestId in interface software.amazon.awssdk.awscore.exception.AwsServiceException.BuilderrequestId in interface software.amazon.awssdk.core.exception.SdkServiceException.BuilderResendErrorException.Builder statusCode(int statusCode)
statusCode in interface AgcodException.BuilderstatusCode in interface software.amazon.awssdk.awscore.exception.AwsServiceException.BuilderstatusCode in interface software.amazon.awssdk.core.exception.SdkServiceException.BuilderResendErrorException.Builder cause(Throwable cause)
cause in interface AgcodException.Buildercause in interface software.amazon.awssdk.awscore.exception.AwsServiceException.Buildercause in interface software.amazon.awssdk.core.exception.SdkException.Buildercause in interface software.amazon.awssdk.core.exception.SdkServiceException.BuilderCopyright © 2020. All rights reserved.