Interface GetMembersRequest.Builder

    • Method Detail

      • detectorId

        GetMembersRequest.Builder detectorId​(String detectorId)

        The unique ID of the detector of the GuardDuty account whose members you want to retrieve.

        To find the detectorId in the current Region, see the Settings page in the GuardDuty console, or run the ListDetectors API.

        Parameters:
        detectorId - The unique ID of the detector of the GuardDuty account whose members you want to retrieve.

        To find the detectorId in the current Region, see the Settings page in the GuardDuty console, or run the ListDetectors API.

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

        GetMembersRequest.Builder accountIds​(Collection<String> accountIds)

        A list of account IDs of the GuardDuty member accounts that you want to describe.

        Parameters:
        accountIds - A list of account IDs of the GuardDuty member accounts that you want to describe.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • accountIds

        GetMembersRequest.Builder accountIds​(String... accountIds)

        A list of account IDs of the GuardDuty member accounts that you want to describe.

        Parameters:
        accountIds - A list of account IDs of the GuardDuty member accounts that you want to describe.
        Returns:
        Returns a reference to this object so that method calls can be chained together.