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