public static interface GetDetectorModelAnalysisResultsRequest.Builder extends IotEventsRequest.Builder, SdkPojo, CopyableBuilder<GetDetectorModelAnalysisResultsRequest.Builder,GetDetectorModelAnalysisResultsRequest>
| Modifier and Type | Method and Description |
|---|---|
GetDetectorModelAnalysisResultsRequest.Builder |
analysisId(String analysisId)
The ID of the analysis result that you want to retrieve.
|
GetDetectorModelAnalysisResultsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to be returned per request.
|
GetDetectorModelAnalysisResultsRequest.Builder |
nextToken(String nextToken)
The token that you can use to return the next set of results.
|
GetDetectorModelAnalysisResultsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetDetectorModelAnalysisResultsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetDetectorModelAnalysisResultsRequest.Builder analysisId(String analysisId)
The ID of the analysis result that you want to retrieve.
analysisId - The ID of the analysis result that you want to retrieve.GetDetectorModelAnalysisResultsRequest.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.GetDetectorModelAnalysisResultsRequest.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.GetDetectorModelAnalysisResultsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetDetectorModelAnalysisResultsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.