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