Interface InviteMembersRequest.Builder

    • Method Detail

      • detectorId

        InviteMembersRequest.Builder detectorId​(String detectorId)

        The unique ID of the detector of the GuardDuty account with which you want to invite members.

        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 with which you want to invite members.

        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

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

        A list of account IDs of the accounts that you want to invite to GuardDuty as members.

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

        InviteMembersRequest.Builder accountIds​(String... accountIds)

        A list of account IDs of the accounts that you want to invite to GuardDuty as members.

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

        InviteMembersRequest.Builder disableEmailNotification​(Boolean disableEmailNotification)

        A Boolean value that specifies whether you want to disable email notification to the accounts that you are inviting to GuardDuty as members.

        Parameters:
        disableEmailNotification - A Boolean value that specifies whether you want to disable email notification to the accounts that you are inviting to GuardDuty as members.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • message

        InviteMembersRequest.Builder message​(String message)

        The invitation message that you want to send to the accounts that you're inviting to GuardDuty as members.

        Parameters:
        message - The invitation message that you want to send to the accounts that you're inviting to GuardDuty as members.
        Returns:
        Returns a reference to this object so that method calls can be chained together.