public static interface NotFoundException.Builder extends CopyableBuilder<NotFoundException.Builder,NotFoundException>
Modifier and Type | Method and Description |
---|---|
NotFoundException.Builder |
errorAttribute(String errorAttribute)
The error attribute.
|
NotFoundException.Builder |
message(String message) |
copy
apply, build
NotFoundException.Builder errorAttribute(String errorAttribute)
errorAttribute
- The error attribute.NotFoundException.Builder message(String message)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.