CopyableBuilder<InternalServerErrorException.Builder,InternalServerErrorException>
, SdkBuilder<InternalServerErrorException.Builder,InternalServerErrorException>
public static interface InternalServerErrorException.Builder extends CopyableBuilder<InternalServerErrorException.Builder,InternalServerErrorException>
Modifier and Type | Method | Description |
---|---|---|
InternalServerErrorException.Builder |
errorDetails(Collection<ErrorDetail> errorDetails) |
Error Details
|
InternalServerErrorException.Builder |
errorDetails(ErrorDetail... errorDetails) |
Error Details
|
InternalServerErrorException.Builder |
message(String message) |
copy
apply, build
InternalServerErrorException.Builder errorDetails(Collection<ErrorDetail> errorDetails)
errorDetails
- Error DetailsInternalServerErrorException.Builder errorDetails(ErrorDetail... errorDetails)
NOTE: This method appends the values to the existing list (if any). Use
#setErrorDetails(java.util.Collection)
or #withErrorDetails(java.util.Collection)
if you want
to override the existing values.
errorDetails
- Error DetailsInternalServerErrorException.Builder message(String message)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.