Interface Route53Exception.Builder
-
- All Superinterfaces:
AwsServiceException.Builder,Buildable,SdkException.Builder,SdkPojo,SdkServiceException.Builder
- All Known Subinterfaces:
CidrBlockInUseException.Builder,CidrCollectionAlreadyExistsException.Builder,CidrCollectionInUseException.Builder,CidrCollectionVersionMismatchException.Builder,ConcurrentModificationException.Builder,ConflictingDomainExistsException.Builder,ConflictingTypesException.Builder,DelegationSetAlreadyCreatedException.Builder,DelegationSetAlreadyReusableException.Builder,DelegationSetInUseException.Builder,DelegationSetNotAvailableException.Builder,DelegationSetNotReusableException.Builder,DnssecNotFoundException.Builder,HealthCheckAlreadyExistsException.Builder,HealthCheckVersionMismatchException.Builder,HostedZoneAlreadyExistsException.Builder,HostedZoneNotEmptyException.Builder,HostedZoneNotFoundException.Builder,HostedZoneNotPrivateException.Builder,HostedZonePartiallyDelegatedException.Builder,IncompatibleVersionException.Builder,InsufficientCloudWatchLogsResourcePolicyException.Builder,InvalidArgumentException.Builder,InvalidChangeBatchException.Builder,InvalidDomainNameException.Builder,InvalidInputException.Builder,InvalidKeySigningKeyNameException.Builder,InvalidKeySigningKeyStatusException.Builder,InvalidKmsArnException.Builder,InvalidPaginationTokenException.Builder,InvalidSigningStatusException.Builder,InvalidTrafficPolicyDocumentException.Builder,InvalidVpcIdException.Builder,KeySigningKeyAlreadyExistsException.Builder,KeySigningKeyInParentDsRecordException.Builder,KeySigningKeyInUseException.Builder,KeySigningKeyWithActiveStatusNotFoundException.Builder,LastVpcAssociationException.Builder,LimitsExceededException.Builder,NoSuchChangeException.Builder,NoSuchCidrCollectionException.Builder,NoSuchCidrLocationException.Builder,NoSuchCloudWatchLogsLogGroupException.Builder,NoSuchDelegationSetException.Builder,NoSuchGeoLocationException.Builder,NoSuchHealthCheckException.Builder,NoSuchHostedZoneException.Builder,NoSuchKeySigningKeyException.Builder,NoSuchQueryLoggingConfigException.Builder,NoSuchTrafficPolicyException.Builder,NoSuchTrafficPolicyInstanceException.Builder,NotAuthorizedException.Builder,PriorRequestNotCompleteException.Builder,PublicZoneVpcAssociationException.Builder,QueryLoggingConfigAlreadyExistsException.Builder,ThrottlingException.Builder,TooManyHealthChecksException.Builder,TooManyHostedZonesException.Builder,TooManyKeySigningKeysException.Builder,TooManyTrafficPoliciesException.Builder,TooManyTrafficPolicyInstancesException.Builder,TooManyTrafficPolicyVersionsForCurrentPolicyException.Builder,TooManyVpcAssociationAuthorizationsException.Builder,TrafficPolicyAlreadyExistsException.Builder,TrafficPolicyInstanceAlreadyExistsException.Builder,TrafficPolicyInUseException.Builder,VpcAssociationAuthorizationNotFoundException.Builder,VpcAssociationNotFoundException.Builder
- All Known Implementing Classes:
Route53Exception.BuilderImpl
- Enclosing class:
- Route53Exception
public static interface Route53Exception.Builder extends AwsServiceException.Builder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Route53Exception.BuilderawsErrorDetails(AwsErrorDetails awsErrorDetails)Route53Exception.Buildercause(Throwable cause)Route53Exception.Buildermessage(String message)Route53Exception.BuilderrequestId(String requestId)Route53Exception.BuilderstatusCode(int statusCode)Route53Exception.BuilderwritableStackTrace(Boolean writableStackTrace)-
Methods inherited from interface software.amazon.awssdk.awscore.exception.AwsServiceException.Builder
awsErrorDetails, build, clockSkew, clockSkew, extendedRequestId
-
Methods inherited from interface software.amazon.awssdk.core.exception.SdkException.Builder
cause, message, writableStackTrace
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.exception.SdkServiceException.Builder
extendedRequestId, requestId, statusCode
-
-
-
-
Method Detail
-
awsErrorDetails
Route53Exception.Builder awsErrorDetails(AwsErrorDetails awsErrorDetails)
- Specified by:
awsErrorDetailsin interfaceAwsServiceException.Builder
-
message
Route53Exception.Builder message(String message)
- Specified by:
messagein interfaceAwsServiceException.Builder- Specified by:
messagein interfaceSdkException.Builder- Specified by:
messagein interfaceSdkServiceException.Builder
-
requestId
Route53Exception.Builder requestId(String requestId)
- Specified by:
requestIdin interfaceAwsServiceException.Builder- Specified by:
requestIdin interfaceSdkServiceException.Builder
-
statusCode
Route53Exception.Builder statusCode(int statusCode)
- Specified by:
statusCodein interfaceAwsServiceException.Builder- Specified by:
statusCodein interfaceSdkServiceException.Builder
-
cause
Route53Exception.Builder cause(Throwable cause)
- Specified by:
causein interfaceAwsServiceException.Builder- Specified by:
causein interfaceSdkException.Builder- Specified by:
causein interfaceSdkServiceException.Builder
-
writableStackTrace
Route53Exception.Builder writableStackTrace(Boolean writableStackTrace)
- Specified by:
writableStackTracein interfaceSdkException.Builder- Specified by:
writableStackTracein interfaceSdkServiceException.Builder
-
-