Interface StartDetectorModelAnalysisResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CopyableBuilder<StartDetectorModelAnalysisResponse.Builder,,StartDetectorModelAnalysisResponse> IotEventsResponse.Builder,SdkBuilder<StartDetectorModelAnalysisResponse.Builder,,StartDetectorModelAnalysisResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 StartDetectorModelAnalysisResponse
public static interface StartDetectorModelAnalysisResponse.Builder
extends IotEventsResponse.Builder, SdkPojo, CopyableBuilder<StartDetectorModelAnalysisResponse.Builder,StartDetectorModelAnalysisResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptionanalysisId(String analysisId) The ID that you can use to retrieve the analysis result.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.iotevents.model.IotEventsResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse 
- 
Method Details
- 
analysisId
The ID that you can use to retrieve the analysis result.
- Parameters:
 analysisId- The ID that you can use to retrieve the analysis result.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -