Interface ListDetectorsRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, CopyableBuilder<ListDetectorsRequest.Builder,ListDetectorsRequest>, IotEventsDataRequest.Builder, SdkBuilder<ListDetectorsRequest.Builder,ListDetectorsRequest>, SdkPojo, SdkRequest.Builder
Enclosing class:
ListDetectorsRequest

public static interface ListDetectorsRequest.Builder extends IotEventsDataRequest.Builder, SdkPojo, CopyableBuilder<ListDetectorsRequest.Builder,ListDetectorsRequest>
  • Method Details

    • detectorModelName

      ListDetectorsRequest.Builder detectorModelName(String detectorModelName)

      The name of the detector model whose detectors (instances) are listed.

      Parameters:
      detectorModelName - The name of the detector model whose detectors (instances) are listed.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • stateName

      ListDetectorsRequest.Builder stateName(String stateName)

      A filter that limits results to those detectors (instances) in the given state.

      Parameters:
      stateName - A filter that limits results to those detectors (instances) in the given state.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • nextToken

      ListDetectorsRequest.Builder nextToken(String nextToken)

      The token that you can use to return the next set of results.

      Parameters:
      nextToken - The token that you can use to return the next set of results.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • maxResults

      ListDetectorsRequest.Builder maxResults(Integer maxResults)

      The maximum number of results to be returned per request.

      Parameters:
      maxResults - The maximum number of results to be returned per request.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

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