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