Interface InviteMembersRequest.Builder

  • Method Details

    • 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

      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

      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.
    • overrideConfiguration

      InviteMembersRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.