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