CopyableBuilder<InternalException.Builder,InternalException>
, SdkBuilder<InternalException.Builder,InternalException>
public static interface InternalException.Builder extends CopyableBuilder<InternalException.Builder,InternalException>
Modifier and Type | Method | Description |
---|---|---|
InternalException.Builder |
canRetry(Boolean canRetry) |
You can immediately retry your request.
|
InternalException.Builder |
message(String message) |
copy
apply, build
InternalException.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.