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