Interface AccountPoolSummary.Builder

  • Method Details

    • createdBy

      AccountPoolSummary.Builder createdBy(String createdBy)

      The user who created the account pool.

      Parameters:
      createdBy - The user who created the account pool.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • domainId

      AccountPoolSummary.Builder domainId(String domainId)

      The ID of the domain.

      Parameters:
      domainId - The ID of the domain.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • domainUnitId

      AccountPoolSummary.Builder domainUnitId(String domainUnitId)

      The ID of the domain unit.

      Parameters:
      domainUnitId - The ID of the domain unit.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • id

      The ID of the account pool.

      Parameters:
      id - The ID of the account pool.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • name

      The name of the account pool.

      Parameters:
      name - The name of the account pool.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • resolutionStrategy

      AccountPoolSummary.Builder resolutionStrategy(String resolutionStrategy)

      The mechanism used to resolve the account selection from the account pool.

      Parameters:
      resolutionStrategy - The mechanism used to resolve the account selection from the account pool.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • resolutionStrategy

      AccountPoolSummary.Builder resolutionStrategy(ResolutionStrategy resolutionStrategy)

      The mechanism used to resolve the account selection from the account pool.

      Parameters:
      resolutionStrategy - The mechanism used to resolve the account selection from the account pool.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • updatedBy

      AccountPoolSummary.Builder updatedBy(String updatedBy)

      The user who updated the account pool.

      Parameters:
      updatedBy - The user who updated the account pool.
      Returns:
      Returns a reference to this object so that method calls can be chained together.