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