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