Interface UnprocessedAccount.Builder

  • Method Details

    • 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.

      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

      UnprocessedAccount.Builder errorCode(ErrorCode 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

      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.