Interface NodeOwnerInfo.Builder

  • Method Details

    • accountId

      NodeOwnerInfo.Builder accountId(String accountId)

      The ID of the Amazon Web Services account that owns the managed node.

      Parameters:
      accountId - The ID of the Amazon Web Services account that owns the managed node.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • organizationalUnitId

      NodeOwnerInfo.Builder organizationalUnitId(String organizationalUnitId)

      The ID of the organization unit (OU) that the account is part of.

      Parameters:
      organizationalUnitId - The ID of the organization unit (OU) that the account is part of.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • organizationalUnitPath

      NodeOwnerInfo.Builder organizationalUnitPath(String organizationalUnitPath)

      The path for the organizational unit (OU) that owns the managed node. The path for the OU is built using the IDs of the organization, root, and all OUs in the path down to and including the OU. For example:

      o-a1b2c3d4e5/r-f6g7h8i9j0example/ou-ghi0-awsccccc/ou-jkl0-awsddddd/

      Parameters:
      organizationalUnitPath - The path for the organizational unit (OU) that owns the managed node. The path for the OU is built using the IDs of the organization, root, and all OUs in the path down to and including the OU. For example:

      o-a1b2c3d4e5/r-f6g7h8i9j0example/ou-ghi0-awsccccc/ou-jkl0-awsddddd/

      Returns:
      Returns a reference to this object so that method calls can be chained together.