Interface ListOrganizationAdminAccountsResponse.Builder

    • Method Detail

      • adminAccounts

        ListOrganizationAdminAccountsResponse.Builder adminAccounts​(Collection<AdminAccount> adminAccounts)

        A list of accounts configured as GuardDuty delegated administrators.

        Parameters:
        adminAccounts - A list of accounts configured as GuardDuty delegated administrators.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • adminAccounts

        ListOrganizationAdminAccountsResponse.Builder adminAccounts​(AdminAccount... adminAccounts)

        A list of accounts configured as GuardDuty delegated administrators.

        Parameters:
        adminAccounts - A list of accounts configured as GuardDuty delegated administrators.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListOrganizationAdminAccountsResponse.Builder nextToken​(String nextToken)

        The pagination parameter to be used on the next list operation to retrieve more items.

        Parameters:
        nextToken - The pagination parameter to be used on the next list operation to retrieve more items.
        Returns:
        Returns a reference to this object so that method calls can be chained together.