public static interface UnprocessedAccount.Builder extends SdkPojo, CopyableBuilder<UnprocessedAccount.Builder,UnprocessedAccount>
| Modifier and Type | Method and Description |
|---|---|
UnprocessedAccount.Builder |
accountId(String accountId)
The Amazon Web Services 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 Amazon Web Services account ID for the account that the request applies to.
accountId - The Amazon Web Services 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 © 2023. All rights reserved.