Interface AccountSet.Builder

  • Method Details

    • accountIds

      AccountSet.Builder accountIds(Collection<String> accountIds)

      The list of AWS account IDs.

      Parameters:
      accountIds - The list of AWS account IDs.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • accountIds

      AccountSet.Builder accountIds(String... accountIds)

      The list of AWS account IDs.

      Parameters:
      accountIds - The list of AWS account IDs.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • organizationalUnits

      AccountSet.Builder organizationalUnits(Collection<String> organizationalUnits)

      The AWS Organizations organizational units (OUs) in the selection.

      Parameters:
      organizationalUnits - The AWS Organizations organizational units (OUs) in the selection.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • organizationalUnits

      AccountSet.Builder organizationalUnits(String... organizationalUnits)

      The AWS Organizations organizational units (OUs) in the selection.

      Parameters:
      organizationalUnits - The AWS Organizations organizational units (OUs) in the selection.
      Returns:
      Returns a reference to this object so that method calls can be chained together.