Interface ListOrganizationalUnitsResponse.Builder

  • Method Details

    • organizationalUnits

      ListOrganizationalUnitsResponse.Builder organizationalUnits(Collection<String> organizationalUnits)

      The list of organizational units that match the specified criteria.

      Parameters:
      organizationalUnits - The list of organizational units that match the specified criteria.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • organizationalUnits

      ListOrganizationalUnitsResponse.Builder organizationalUnits(String... organizationalUnits)

      The list of organizational units that match the specified criteria.

      Parameters:
      organizationalUnits - The list of organizational units that match the specified criteria.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • nextToken

      The token to use for the next page of results. If there are no additional results, this value is null.

      Parameters:
      nextToken - The token to use for the next page of results. If there are no additional results, this value is null.
      Returns:
      Returns a reference to this object so that method calls can be chained together.