Interface UnprocessedAccount.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<UnprocessedAccount.Builder,UnprocessedAccount>,SdkBuilder<UnprocessedAccount.Builder,UnprocessedAccount>,SdkPojo
- Enclosing class:
- UnprocessedAccount
public static interface UnprocessedAccount.Builder extends SdkPojo, CopyableBuilder<UnprocessedAccount.Builder,UnprocessedAccount>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UnprocessedAccount.BuilderaccountId(String accountId)The Amazon Web Services account ID for the account that the request applies to.UnprocessedAccount.BuildererrorCode(String errorCode)The source of the issue or delay in processing the request.UnprocessedAccount.BuildererrorCode(ErrorCode errorCode)The source of the issue or delay in processing the request.UnprocessedAccount.BuildererrorMessage(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, sdkFields
-
-
-
-
Method Detail
-
accountId
UnprocessedAccount.Builder accountId(String 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
UnprocessedAccount.Builder errorCode(String errorCode)
The source of the issue or delay in processing the request.
-
errorCode
UnprocessedAccount.Builder errorCode(ErrorCode errorCode)
The source of the issue or delay in processing the request.
-
errorMessage
UnprocessedAccount.Builder errorMessage(String 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.
-
-