public static interface NotFoundException.Builder extends CopyableBuilder<NotFoundException.Builder,NotFoundException>
Modifier and Type | Method and Description |
---|---|
NotFoundException.Builder |
code(String code)
Sets the value of the Code property for this object.
|
NotFoundException.Builder |
docs(String docs)
Sets the value of the Docs property for this object.
|
NotFoundException.Builder |
message(String message) |
NotFoundException.Builder |
tip(String tip)
Sets the value of the Tip property for this object.
|
copy
apply, build
NotFoundException.Builder code(String code)
code
- The new value for the Code property for this object.NotFoundException.Builder docs(String docs)
docs
- The new value for the Docs property for this object.NotFoundException.Builder tip(String tip)
tip
- The new value for the Tip property for this object.NotFoundException.Builder message(String message)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.