Interface ScanAction.Builder

  • Method Details

    • malwareScanner

      ScanAction.Builder malwareScanner(String malwareScanner)

      The malware scanner to use for the scan action. Currently only GUARDDUTY is supported.

      Parameters:
      malwareScanner - The malware scanner to use for the scan action. Currently only GUARDDUTY is supported.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • malwareScanner

      ScanAction.Builder malwareScanner(MalwareScanner malwareScanner)

      The malware scanner to use for the scan action. Currently only GUARDDUTY is supported.

      Parameters:
      malwareScanner - The malware scanner to use for the scan action. Currently only GUARDDUTY is supported.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • scanMode

      ScanAction.Builder scanMode(String scanMode)

      The scanning mode to use for the scan action.

      Valid values: FULL_SCAN | INCREMENTAL_SCAN.

      Parameters:
      scanMode - The scanning mode to use for the scan action.

      Valid values: FULL_SCAN | INCREMENTAL_SCAN.

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

      ScanAction.Builder scanMode(ScanMode scanMode)

      The scanning mode to use for the scan action.

      Valid values: FULL_SCAN | INCREMENTAL_SCAN.

      Parameters:
      scanMode - The scanning mode to use for the scan action.

      Valid values: FULL_SCAN | INCREMENTAL_SCAN.

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