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