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