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.
|
TooManyRequestsException.Builder |
retryAfterSeconds(String retryAfterSeconds)
The number of seconds the caller should wait before retrying.
|
TooManyRequestsException.Builder |
type(String type)
Sets the value of the Type property for this object.
|
copyapply, buildTooManyRequestsException.Builder retryAfterSeconds(String retryAfterSeconds)
The number of seconds the caller should wait before retrying.
retryAfterSeconds - The number of seconds the caller should wait before retrying.TooManyRequestsException.Builder type(String type)
type - The new value for the Type property for this object.TooManyRequestsException.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.