public static interface ListDetectorsRequest.Builder extends IotEventsDataRequest.Builder, SdkPojo, CopyableBuilder<ListDetectorsRequest.Builder,ListDetectorsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListDetectorsRequest.Builder |
detectorModelName(String detectorModelName)
The name of the detector model whose detectors (instances) are listed.
|
ListDetectorsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to be returned per request.
|
ListDetectorsRequest.Builder |
nextToken(String nextToken)
The token that you can use to return the next set of results.
|
ListDetectorsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListDetectorsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListDetectorsRequest.Builder |
stateName(String stateName)
A filter that limits results to those detectors (instances) in the given state.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListDetectorsRequest.Builder detectorModelName(String detectorModelName)
The name of the detector model whose detectors (instances) are listed.
detectorModelName - The name of the detector model whose detectors (instances) are listed.ListDetectorsRequest.Builder stateName(String stateName)
A filter that limits results to those detectors (instances) in the given state.
stateName - A filter that limits results to those detectors (instances) in the given state.ListDetectorsRequest.Builder nextToken(String nextToken)
The token that you can use to return the next set of results.
nextToken - The token that you can use to return the next set of results.ListDetectorsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to be returned per request.
maxResults - The maximum number of results to be returned per request.ListDetectorsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListDetectorsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.