public static interface UnknownErrorException.Builder extends software.amazon.awssdk.core.SdkPojo, software.amazon.awssdk.utils.builder.CopyableBuilder<UnknownErrorException.Builder,UnknownErrorException>, AgcodException.Builder
| Modifier and Type | Method and Description |
|---|---|
default UnknownErrorException.Builder |
agcodResponse(Consumer<GiftCardResponse.Builder> agcodResponse)
Sets the value of the AgcodResponse property for this object.
|
UnknownErrorException.Builder |
agcodResponse(GiftCardResponse agcodResponse)
Sets the value of the AgcodResponse property for this object.
|
UnknownErrorException.Builder |
awsErrorDetails(software.amazon.awssdk.awscore.exception.AwsErrorDetails awsErrorDetails) |
UnknownErrorException.Builder |
cause(Throwable cause) |
UnknownErrorException.Builder |
errorCode(String errorCode)
Sets the value of the ErrorCode property for this object.
|
UnknownErrorException.Builder |
errorType(String errorType)
Sets the value of the ErrorType property for this object.
|
UnknownErrorException.Builder |
message(String message) |
UnknownErrorException.Builder |
requestId(String requestId) |
UnknownErrorException.Builder |
statusCode(int statusCode) |
applyMutation, buildawsErrorDetails, build, clockSkew, clockSkewrequestId, statusCodeUnknownErrorException.Builder errorCode(String errorCode)
errorCode - The new value for the ErrorCode property for this object.UnknownErrorException.Builder errorType(String errorType)
errorType - The new value for the ErrorType property for this object.UnknownErrorException.Builder agcodResponse(GiftCardResponse agcodResponse)
agcodResponse - The new value for the AgcodResponse property for this object.default UnknownErrorException.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)UnknownErrorException.Builder awsErrorDetails(software.amazon.awssdk.awscore.exception.AwsErrorDetails awsErrorDetails)
awsErrorDetails in interface AgcodException.BuilderawsErrorDetails in interface software.amazon.awssdk.awscore.exception.AwsServiceException.BuilderUnknownErrorException.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.BuilderUnknownErrorException.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.BuilderUnknownErrorException.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.BuilderUnknownErrorException.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.