public static interface InternalException.Builder extends CopyableBuilder<InternalException.Builder,InternalException>
| Modifier and Type | Method and Description |
|---|---|
InternalException.Builder |
canRetry(Boolean canRetry)
You can immediately retry your request.
|
InternalException.Builder |
message(String message) |
copyapply, buildInternalException.Builder canRetry(Boolean canRetry)
You can immediately retry your request.
canRetry - You can immediately retry your request.InternalException.Builder message(String message)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.