Interface DescribeDetectorModelAnalysisResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<DescribeDetectorModelAnalysisResponse.Builder,
,DescribeDetectorModelAnalysisResponse> IotEventsResponse.Builder
,SdkBuilder<DescribeDetectorModelAnalysisResponse.Builder,
,DescribeDetectorModelAnalysisResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
DescribeDetectorModelAnalysisResponse
-
Method Summary
Modifier and TypeMethodDescriptionThe status of the analysis activity.status
(AnalysisStatus status) The status of the analysis activity.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.iotevents.model.IotEventsResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
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.
- Parameters:
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.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
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.
- Parameters:
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.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-