public static interface UnprocessedAccount.Builder extends SdkPojo, CopyableBuilder<UnprocessedAccount.Builder,UnprocessedAccount>
| Modifier and Type | Method and Description |
|---|---|
UnprocessedAccount.Builder |
accountId(String accountId)
The AWS account ID for the account that the request applies to.
|
UnprocessedAccount.Builder |
errorCode(ErrorCode errorCode)
The source of the issue or delay in processing the request.
|
UnprocessedAccount.Builder |
errorCode(String errorCode)
The source of the issue or delay in processing the request.
|
UnprocessedAccount.Builder |
errorMessage(String errorMessage)
The reason why the request hasn't been processed.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildUnprocessedAccount.Builder accountId(String accountId)
The AWS account ID for the account that the request applies to.
accountId - The AWS account ID for the account that the request applies to.UnprocessedAccount.Builder errorCode(String errorCode)
The source of the issue or delay in processing the request.
UnprocessedAccount.Builder errorCode(ErrorCode errorCode)
The source of the issue or delay in processing the request.
UnprocessedAccount.Builder errorMessage(String errorMessage)
The reason why the request hasn't been processed.
errorMessage - The reason why the request hasn't been processed.Copyright © 2020. All rights reserved.