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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListDetectorsRequest.BuilderdetectorModelName(String detectorModelName)The name of the detector model whose detectors (instances) are listed.ListDetectorsRequest.BuildermaxResults(Integer maxResults)The maximum number of results to be returned per request.ListDetectorsRequest.BuildernextToken(String nextToken)The token that you can use to return the next set of results.ListDetectorsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListDetectorsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListDetectorsRequest.BuilderstateName(String stateName)A filter that limits results to those detectors (instances) in the given state.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.ioteventsdata.model.IotEventsDataRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
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)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListDetectorsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-