Interface DescribeDetectorModelAnalysisResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribeDetectorModelAnalysisResponse.Builder,DescribeDetectorModelAnalysisResponse>,IotEventsResponse.Builder,SdkBuilder<DescribeDetectorModelAnalysisResponse.Builder,DescribeDetectorModelAnalysisResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DescribeDetectorModelAnalysisResponse
public static interface DescribeDetectorModelAnalysisResponse.Builder extends IotEventsResponse.Builder, SdkPojo, CopyableBuilder<DescribeDetectorModelAnalysisResponse.Builder,DescribeDetectorModelAnalysisResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeDetectorModelAnalysisResponse.Builderstatus(String status)The status of the analysis activity.DescribeDetectorModelAnalysisResponse.Builderstatus(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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
status
DescribeDetectorModelAnalysisResponse.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.
- 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:
AnalysisStatus,AnalysisStatus
-
-
status
DescribeDetectorModelAnalysisResponse.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.
- 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:
AnalysisStatus,AnalysisStatus
-
-
-