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 Details

    • 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

      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.