Interface ListDetectorsResponse.Builder

  • Method Details

    • detectorIds

      ListDetectorsResponse.Builder detectorIds(Collection<String> detectorIds)

      A list of detector IDs.

      Parameters:
      detectorIds - A list of detector IDs.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • detectorIds

      ListDetectorsResponse.Builder detectorIds(String... detectorIds)

      A list of detector IDs.

      Parameters:
      detectorIds - A list of detector IDs.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • nextToken

      ListDetectorsResponse.Builder nextToken(String nextToken)

      The pagination parameter to be used on the next list operation to retrieve more items.

      Parameters:
      nextToken - The pagination parameter to be used on the next list operation to retrieve more items.
      Returns:
      Returns a reference to this object so that method calls can be chained together.