Interface Detector.Builder

    • Method Detail

      • detectorId

        Detector.Builder detectorId​(String detectorId)

        The detector ID.

        Parameters:
        detectorId - The detector ID.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • description

        Detector.Builder description​(String description)

        The detector description.

        Parameters:
        description - The detector description.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • eventTypeName

        Detector.Builder eventTypeName​(String eventTypeName)

        The name of the event type.

        Parameters:
        eventTypeName - The name of the event type.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lastUpdatedTime

        Detector.Builder lastUpdatedTime​(String lastUpdatedTime)

        Timestamp of when the detector was last updated.

        Parameters:
        lastUpdatedTime - Timestamp of when the detector was last updated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • createdTime

        Detector.Builder createdTime​(String createdTime)

        Timestamp of when the detector was created.

        Parameters:
        createdTime - Timestamp of when the detector was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • arn

        Detector.Builder arn​(String arn)

        The detector ARN.

        Parameters:
        arn - The detector ARN.
        Returns:
        Returns a reference to this object so that method calls can be chained together.