Interface DescribeDetectorModelAnalysisResponse.Builder

    • 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