public static interface InternalServerException.Builder extends software.amazon.awssdk.utils.builder.CopyableBuilder<InternalServerException.Builder,InternalServerException>
| Modifier and Type | Method and Description |
|---|---|
InternalServerException.Builder |
code(Integer code)
Sets the value of the Code property for this object.
|
InternalServerException.Builder |
message(String message) |
copyapply, buildInternalServerException.Builder code(Integer code)
code - The new value for the Code property for this object.InternalServerException.Builder message(String message)
Copyright © 2017. All rights reserved.