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