public static interface DescribeDetectorModelAnalysisResponse.Builder extends IotEventsResponse.Builder, SdkPojo, CopyableBuilder<DescribeDetectorModelAnalysisResponse.Builder,DescribeDetectorModelAnalysisResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeDetectorModelAnalysisResponse.Builder |
status(AnalysisStatus status)
The status of the analysis activity.
|
DescribeDetectorModelAnalysisResponse.Builder |
status(String status)
The status of the analysis activity.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeDetectorModelAnalysisResponse.Builder status(String status)
The status of the analysis activity. The status can be one of the following values:
RUNNING - AWS IoT Events is analyzing your detector model. This process can take several minutes
to complete.
COMPLETE - AWS IoT Events finished analyzing your detector model.
FAILED - AWS IoT Events couldn't analyze your detector model. Try again later.
status - The status of the analysis activity. The status can be one of the following values:
RUNNING - AWS IoT Events is analyzing your detector model. This process can take several
minutes to complete.
COMPLETE - AWS IoT Events finished analyzing your detector model.
FAILED - AWS IoT Events couldn't analyze your detector model. Try again later.
AnalysisStatus,
AnalysisStatusDescribeDetectorModelAnalysisResponse.Builder status(AnalysisStatus status)
The status of the analysis activity. The status can be one of the following values:
RUNNING - AWS IoT Events is analyzing your detector model. This process can take several minutes
to complete.
COMPLETE - AWS IoT Events finished analyzing your detector model.
FAILED - AWS IoT Events couldn't analyze your detector model. Try again later.
status - The status of the analysis activity. The status can be one of the following values:
RUNNING - AWS IoT Events is analyzing your detector model. This process can take several
minutes to complete.
COMPLETE - AWS IoT Events finished analyzing your detector model.
FAILED - AWS IoT Events couldn't analyze your detector model. Try again later.
AnalysisStatus,
AnalysisStatusCopyright © 2022. All rights reserved.