public static interface ResourceNotFoundException.Builder extends CopyableBuilder<ResourceNotFoundException.Builder,ResourceNotFoundException>
Modifier and Type | Method and Description |
---|---|
ResourceNotFoundException.Builder |
message(String message) |
ResourceNotFoundException.Builder |
resourceId(String resourceId)
The resource could not be found.
|
copy
apply, build
ResourceNotFoundException.Builder resourceId(String resourceId)
The resource could not be found.
resourceId
- The resource could not be found.ResourceNotFoundException.Builder message(String message)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.