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