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