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