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