Interface DetectorModelVersionSummary.Builder

All Superinterfaces:
Buildable, CopyableBuilder<DetectorModelVersionSummary.Builder,DetectorModelVersionSummary>, SdkBuilder<DetectorModelVersionSummary.Builder,DetectorModelVersionSummary>, SdkPojo
Enclosing class:
DetectorModelVersionSummary

public static interface DetectorModelVersionSummary.Builder extends SdkPojo, CopyableBuilder<DetectorModelVersionSummary.Builder,DetectorModelVersionSummary>
  • Method Details

    • 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

      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.
    • status

      The status of the detector model version.

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

      The status of the detector model version.

      Parameters:
      status - The status of the detector model version.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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

      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: