Interface DeleteMembersRequest.Builder

  • Method Details

    • detectorId

      DeleteMembersRequest.Builder detectorId(String detectorId)

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

      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 delete.

      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 GuardDuty member accounts that you want to delete.

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

      DeleteMembersRequest.Builder accountIds(String... accountIds)

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

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

      DeleteMembersRequest.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.