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) |
copy
apply, build
NoSuchEntityException.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
NoSuchEntityException.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
NoSuchEntityException.Builder message(String message)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.