Interface UnprocessedAccount.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<UnprocessedAccount.Builder,
,UnprocessedAccount> SdkBuilder<UnprocessedAccount.Builder,
,UnprocessedAccount> SdkPojo
- Enclosing class:
UnprocessedAccount
@Mutable
@NotThreadSafe
public static interface UnprocessedAccount.Builder
extends SdkPojo, CopyableBuilder<UnprocessedAccount.Builder,UnprocessedAccount>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Web Services account ID for the account that the request applies to.The source of the issue or delay in processing the request.The source of the issue or delay in processing the request.errorMessage
(String errorMessage) The reason why the request hasn't been processed.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
accountId
The Amazon Web Services account ID for the account that the request applies to.
- Parameters:
accountId
- The Amazon Web Services account ID for the account that the request applies to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
errorCode
The source of the issue or delay in processing the request.
- Parameters:
errorCode
- The source of the issue or delay in processing the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
errorCode
The source of the issue or delay in processing the request.
- Parameters:
errorCode
- The source of the issue or delay in processing the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
errorMessage
The reason why the request hasn't been processed.
- Parameters:
errorMessage
- The reason why the request hasn't been processed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-