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
Modifier and TypeMethodDescriptionanalysisId
(String analysisId) The ID of the analysis result that you want to retrieve.maxResults
(Integer maxResults) The maximum number of results to be returned per request.The token that you can use to return the next set of results.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.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 Details
-
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
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
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) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
GetDetectorModelAnalysisResultsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-