Interface HandshakeConstraintViolationException.Builder
-
- All Superinterfaces:
AwsServiceException.Builder,Buildable,CopyableBuilder<HandshakeConstraintViolationException.Builder,HandshakeConstraintViolationException>,OrganizationsException.Builder,SdkBuilder<HandshakeConstraintViolationException.Builder,HandshakeConstraintViolationException>,SdkException.Builder,SdkPojo,SdkServiceException.Builder
- Enclosing class:
- HandshakeConstraintViolationException
public static interface HandshakeConstraintViolationException.Builder extends SdkPojo, CopyableBuilder<HandshakeConstraintViolationException.Builder,HandshakeConstraintViolationException>, OrganizationsException.Builder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description HandshakeConstraintViolationException.BuilderawsErrorDetails(AwsErrorDetails awsErrorDetails)HandshakeConstraintViolationException.Buildercause(Throwable cause)HandshakeConstraintViolationException.Buildermessage(String message)HandshakeConstraintViolationException.Builderreason(String reason)Sets the value of the Reason property for this object.HandshakeConstraintViolationException.Builderreason(HandshakeConstraintViolationExceptionReason reason)Sets the value of the Reason property for this object.HandshakeConstraintViolationException.BuilderrequestId(String requestId)HandshakeConstraintViolationException.BuilderstatusCode(int statusCode)HandshakeConstraintViolationException.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.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
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
-
reason
HandshakeConstraintViolationException.Builder reason(String reason)
Sets the value of the Reason property for this object.- Parameters:
reason- The new value for the Reason property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
HandshakeConstraintViolationExceptionReason,HandshakeConstraintViolationExceptionReason
-
reason
HandshakeConstraintViolationException.Builder reason(HandshakeConstraintViolationExceptionReason reason)
Sets the value of the Reason property for this object.- Parameters:
reason- The new value for the Reason property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
HandshakeConstraintViolationExceptionReason,HandshakeConstraintViolationExceptionReason
-
awsErrorDetails
HandshakeConstraintViolationException.Builder awsErrorDetails(AwsErrorDetails awsErrorDetails)
- Specified by:
awsErrorDetailsin interfaceAwsServiceException.Builder- Specified by:
awsErrorDetailsin interfaceOrganizationsException.Builder
-
message
HandshakeConstraintViolationException.Builder message(String message)
- Specified by:
messagein interfaceAwsServiceException.Builder- Specified by:
messagein interfaceOrganizationsException.Builder- Specified by:
messagein interfaceSdkException.Builder- Specified by:
messagein interfaceSdkServiceException.Builder
-
requestId
HandshakeConstraintViolationException.Builder requestId(String requestId)
- Specified by:
requestIdin interfaceAwsServiceException.Builder- Specified by:
requestIdin interfaceOrganizationsException.Builder- Specified by:
requestIdin interfaceSdkServiceException.Builder
-
statusCode
HandshakeConstraintViolationException.Builder statusCode(int statusCode)
- Specified by:
statusCodein interfaceAwsServiceException.Builder- Specified by:
statusCodein interfaceOrganizationsException.Builder- Specified by:
statusCodein interfaceSdkServiceException.Builder
-
cause
HandshakeConstraintViolationException.Builder cause(Throwable cause)
- Specified by:
causein interfaceAwsServiceException.Builder- Specified by:
causein interfaceOrganizationsException.Builder- Specified by:
causein interfaceSdkException.Builder- Specified by:
causein interfaceSdkServiceException.Builder
-
writableStackTrace
HandshakeConstraintViolationException.Builder writableStackTrace(Boolean writableStackTrace)
- Specified by:
writableStackTracein interfaceOrganizationsException.Builder- Specified by:
writableStackTracein interfaceSdkException.Builder- Specified by:
writableStackTracein interfaceSdkServiceException.Builder
-
-