Interface DetectorModelVersionSummary.Builder

    • Method Detail

      • detectorModelName

        DetectorModelVersionSummary.Builder detectorModelName​(String detectorModelName)

        The name of the detector model.

        Parameters:
        detectorModelName - The name of the detector model.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • detectorModelVersion

        DetectorModelVersionSummary.Builder detectorModelVersion​(String detectorModelVersion)

        The ID of the detector model version.

        Parameters:
        detectorModelVersion - The ID of the detector model version.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • detectorModelArn

        DetectorModelVersionSummary.Builder detectorModelArn​(String detectorModelArn)

        The ARN of the detector model version.

        Parameters:
        detectorModelArn - The ARN of the detector model version.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • roleArn

        DetectorModelVersionSummary.Builder roleArn​(String roleArn)

        The ARN of the role that grants the detector model permission to perform its tasks.

        Parameters:
        roleArn - The ARN of the role that grants the detector model permission to perform its tasks.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • creationTime

        DetectorModelVersionSummary.Builder creationTime​(Instant creationTime)

        The time the detector model version was created.

        Parameters:
        creationTime - The time the detector model version was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lastUpdateTime

        DetectorModelVersionSummary.Builder lastUpdateTime​(Instant lastUpdateTime)

        The last time the detector model version was updated.

        Parameters:
        lastUpdateTime - The last time the detector model version was updated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • evaluationMethod

        DetectorModelVersionSummary.Builder evaluationMethod​(String evaluationMethod)

        Information about the order in which events are evaluated and how actions are executed.

        Parameters:
        evaluationMethod - Information about the order in which events are evaluated and how actions are executed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        EvaluationMethod, EvaluationMethod
      • evaluationMethod

        DetectorModelVersionSummary.Builder evaluationMethod​(EvaluationMethod evaluationMethod)

        Information about the order in which events are evaluated and how actions are executed.

        Parameters:
        evaluationMethod - Information about the order in which events are evaluated and how actions are executed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        EvaluationMethod, EvaluationMethod