Interface CreateInvestigationRequest.Builder

  • Method Details

    • detectorId

      The unique ID of the GuardDuty detector for the account in which the investigation is created.

      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 GuardDuty detector for the account in which the investigation is created.

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

      CreateInvestigationRequest.Builder triggerPrompt(String triggerPrompt)

      A natural-language description of what to investigate. For example:

      • "Investigate finding 1ab2c3d4e5f6a7b8c9d0e1f2a3b4c5d6 in account 123456789012"

      • "Analyze findings in account with id 123456789012"

      • "Analyze findings in my organization"

      Parameters:
      triggerPrompt - A natural-language description of what to investigate. For example:

      • "Investigate finding 1ab2c3d4e5f6a7b8c9d0e1f2a3b4c5d6 in account 123456789012"

      • "Analyze findings in account with id 123456789012"

      • "Analyze findings in my organization"

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

      CreateInvestigationRequest.Builder clientToken(String clientToken)

      The idempotency token for the create request.

      Parameters:
      clientToken - The idempotency token for the create request.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

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