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.
|
copy
apply, build
HandshakeConstraintViolationException.Builder reason(String reason)
reason
- The new value for the Reason property for this object.HandshakeConstraintViolationExceptionReason
,
HandshakeConstraintViolationExceptionReason
HandshakeConstraintViolationException.Builder reason(HandshakeConstraintViolationExceptionReason reason)
reason
- The new value for the Reason property for this object.HandshakeConstraintViolationExceptionReason
,
HandshakeConstraintViolationExceptionReason
HandshakeConstraintViolationException.Builder message(String message)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.