Interface DescribeMonitorResponse.Builder

    • Method Detail

      • monitorName

        DescribeMonitorResponse.Builder monitorName​(String monitorName)

        The name of the monitor.

        Parameters:
        monitorName - The name of the monitor.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • monitorArn

        DescribeMonitorResponse.Builder monitorArn​(String monitorArn)

        The Amazon Resource Name (ARN) of the monitor resource described.

        Parameters:
        monitorArn - The Amazon Resource Name (ARN) of the monitor resource described.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • resourceArn

        DescribeMonitorResponse.Builder resourceArn​(String resourceArn)

        The Amazon Resource Name (ARN) of the auto predictor being monitored.

        Parameters:
        resourceArn - The Amazon Resource Name (ARN) of the auto predictor being monitored.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • status

        DescribeMonitorResponse.Builder status​(String status)

        The status of the monitor resource.

        Parameters:
        status - The status of the monitor resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lastEvaluationTime

        DescribeMonitorResponse.Builder lastEvaluationTime​(Instant lastEvaluationTime)

        The timestamp of the latest evaluation completed by the monitor.

        Parameters:
        lastEvaluationTime - The timestamp of the latest evaluation completed by the monitor.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lastEvaluationState

        DescribeMonitorResponse.Builder lastEvaluationState​(String lastEvaluationState)

        The state of the monitor's latest evaluation.

        Parameters:
        lastEvaluationState - The state of the monitor's latest evaluation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • baseline

        DescribeMonitorResponse.Builder baseline​(Baseline baseline)

        Metrics you can use as a baseline for comparison purposes. Use these values you interpret monitoring results for an auto predictor.

        Parameters:
        baseline - Metrics you can use as a baseline for comparison purposes. Use these values you interpret monitoring results for an auto predictor.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • message

        DescribeMonitorResponse.Builder message​(String message)

        An error message, if any, for the monitor.

        Parameters:
        message - An error message, if any, for the monitor.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • creationTime

        DescribeMonitorResponse.Builder creationTime​(Instant creationTime)

        The timestamp for when the monitor resource was created.

        Parameters:
        creationTime - The timestamp for when the monitor resource was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lastModificationTime

        DescribeMonitorResponse.Builder lastModificationTime​(Instant lastModificationTime)

        The timestamp of the latest modification to the monitor.

        Parameters:
        lastModificationTime - The timestamp of the latest modification to the monitor.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • estimatedEvaluationTimeRemainingInMinutes

        DescribeMonitorResponse.Builder estimatedEvaluationTimeRemainingInMinutes​(Long estimatedEvaluationTimeRemainingInMinutes)

        The estimated number of minutes remaining before the monitor resource finishes its current evaluation.

        Parameters:
        estimatedEvaluationTimeRemainingInMinutes - The estimated number of minutes remaining before the monitor resource finishes its current evaluation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.