public static interface ResourceNotFoundException.Builder extends CopyableBuilder<ResourceNotFoundException.Builder,ResourceNotFoundException>
Modifier and Type | Method and Description |
---|---|
ResourceNotFoundException.Builder |
code(String code)
404 Not Found
|
ResourceNotFoundException.Builder |
message(String message) |
ResourceNotFoundException.Builder |
type(String type)
Client
|
copy
apply, build
ResourceNotFoundException.Builder type(String type)
Client
type
- ClientResourceNotFoundException.Builder code(String code)
404 Not Found
code
- 404 Not FoundResourceNotFoundException.Builder message(String message)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.