CopyableBuilder<NoSuchEntityException.Builder,NoSuchEntityException>, SdkBuilder<NoSuchEntityException.Builder,NoSuchEntityException>public static interface NoSuchEntityException.Builder extends CopyableBuilder<NoSuchEntityException.Builder,NoSuchEntityException>
| Modifier and Type | Method | Description |
|---|---|---|
NoSuchEntityException.Builder |
canRetry(Boolean canRetry) |
You can immediately retry your request.
|
NoSuchEntityException.Builder |
inspectorErrorCode(String inspectorErrorCode) |
Code that indicates the type of error that is generated.
|
NoSuchEntityException.Builder |
inspectorErrorCode(NoSuchEntityErrorCode inspectorErrorCode) |
Code that indicates the type of error that is generated.
|
NoSuchEntityException.Builder |
message(String message) |
copyapply, buildNoSuchEntityException.Builder canRetry(Boolean canRetry)
You can immediately retry your request.
canRetry - You can immediately retry your request.NoSuchEntityException.Builder inspectorErrorCode(String inspectorErrorCode)
Code that indicates the type of error that is generated.
inspectorErrorCode - Code that indicates the type of error that is generated.NoSuchEntityErrorCodeNoSuchEntityException.Builder inspectorErrorCode(NoSuchEntityErrorCode inspectorErrorCode)
Code that indicates the type of error that is generated.
inspectorErrorCode - Code that indicates the type of error that is generated.NoSuchEntityErrorCodeNoSuchEntityException.Builder message(String message)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.