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 identifier of the member account that was not processed.UnprocessedAccount.Builderreason(String reason)The reason that the member account request could not be 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 identifier of the member account that was not processed.
- Parameters:
accountId- The Amazon Web Services account identifier of the member account that was not processed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
reason
UnprocessedAccount.Builder reason(String reason)
The reason that the member account request could not be processed.
- Parameters:
reason- The reason that the member account request could not be processed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-