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