public static interface InternalServerErrorException.Builder extends CopyableBuilder<InternalServerErrorException.Builder,InternalServerErrorException>
| Modifier and Type | Method and Description |
|---|---|
InternalServerErrorException.Builder |
message(String message) |
InternalServerErrorException.Builder |
type(String type)
The error type.
|
copyapply, buildInternalServerErrorException.Builder type(String type)
type - The error type.InternalServerErrorException.Builder message(String message)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.