public static interface HandshakeConstraintViolationException.Builder extends CopyableBuilder<HandshakeConstraintViolationException.Builder,HandshakeConstraintViolationException>
| Modifier and Type | Method and Description |
|---|---|
HandshakeConstraintViolationException.Builder |
message(String message) |
HandshakeConstraintViolationException.Builder |
reason(HandshakeConstraintViolationExceptionReason reason)
Sets the value of the Reason property for this object.
|
HandshakeConstraintViolationException.Builder |
reason(String reason)
Sets the value of the Reason property for this object.
|
copyapply, buildHandshakeConstraintViolationException.Builder reason(String reason)
reason - The new value for the Reason property for this object.HandshakeConstraintViolationExceptionReason,
HandshakeConstraintViolationExceptionReasonHandshakeConstraintViolationException.Builder reason(HandshakeConstraintViolationExceptionReason reason)
reason - The new value for the Reason property for this object.HandshakeConstraintViolationExceptionReason,
HandshakeConstraintViolationExceptionReasonHandshakeConstraintViolationException.Builder message(String message)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.