Interface GetDetectorModelAnalysisResultsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetDetectorModelAnalysisResultsRequest.Builder,GetDetectorModelAnalysisResultsRequest>,IotEventsRequest.Builder,SdkBuilder<GetDetectorModelAnalysisResultsRequest.Builder,GetDetectorModelAnalysisResultsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetDetectorModelAnalysisResultsRequest
public static interface GetDetectorModelAnalysisResultsRequest.Builder extends IotEventsRequest.Builder, SdkPojo, CopyableBuilder<GetDetectorModelAnalysisResultsRequest.Builder,GetDetectorModelAnalysisResultsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetDetectorModelAnalysisResultsRequest.BuilderanalysisId(String analysisId)The ID of the analysis result that you want to retrieve.GetDetectorModelAnalysisResultsRequest.BuildermaxResults(Integer maxResults)The maximum number of results to be returned per request.GetDetectorModelAnalysisResultsRequest.BuildernextToken(String nextToken)The token that you can use to return the next set of results.GetDetectorModelAnalysisResultsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetDetectorModelAnalysisResultsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
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.iotevents.model.IotEventsRequest.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
-
analysisId
GetDetectorModelAnalysisResultsRequest.Builder analysisId(String analysisId)
The ID of the analysis result that you want to retrieve.
- Parameters:
analysisId- The ID of the analysis result that you want to retrieve.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
GetDetectorModelAnalysisResultsRequest.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
GetDetectorModelAnalysisResultsRequest.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
GetDetectorModelAnalysisResultsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetDetectorModelAnalysisResultsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-