public static interface InternalServerErrorException.Builder extends CopyableBuilder<InternalServerErrorException.Builder,InternalServerErrorException>
| Modifier and Type | Method and Description |
|---|---|
InternalServerErrorException.Builder |
errorDetails(Collection<ErrorDetail> errorDetails)
Error Details
|
InternalServerErrorException.Builder |
errorDetails(ErrorDetail... errorDetails)
Error Details
|
InternalServerErrorException.Builder |
message(String message) |
copyapply, buildInternalServerErrorException.Builder errorDetails(Collection<ErrorDetail> errorDetails)
errorDetails - Error DetailsInternalServerErrorException.Builder errorDetails(ErrorDetail... errorDetails)
errorDetails - Error DetailsInternalServerErrorException.Builder message(String message)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.