Interface AccountLink.Builder

All Superinterfaces:
Buildable, CopyableBuilder<AccountLink.Builder,AccountLink>, SdkBuilder<AccountLink.Builder,AccountLink>, SdkPojo
Enclosing class:
AccountLink

public static interface AccountLink.Builder extends SdkPojo, CopyableBuilder<AccountLink.Builder,AccountLink>
  • Method Details

    • accountLinkId

      AccountLink.Builder accountLinkId(String accountLinkId)

      The identifier of the account link.

      Parameters:
      accountLinkId - The identifier of the account link.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • accountLinkStatus

      AccountLink.Builder accountLinkStatus(String accountLinkStatus)

      The status of the account link.

      Parameters:
      accountLinkStatus - The status of the account link.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • accountLinkStatus

      AccountLink.Builder accountLinkStatus(AccountLinkStatusEnum accountLinkStatus)

      The status of the account link.

      Parameters:
      accountLinkStatus - The status of the account link.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • sourceAccountId

      AccountLink.Builder sourceAccountId(String sourceAccountId)

      The identifier of the source account.

      Parameters:
      sourceAccountId - The identifier of the source account.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • targetAccountId

      AccountLink.Builder targetAccountId(String targetAccountId)

      The identifier of the target account.

      Parameters:
      targetAccountId - The identifier of the target account.
      Returns:
      Returns a reference to this object so that method calls can be chained together.