public static interface DescribeMonitorResponse.Builder extends ForecastResponse.Builder, SdkPojo, CopyableBuilder<DescribeMonitorResponse.Builder,DescribeMonitorResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeMonitorResponse.Builder |
baseline(Baseline baseline)
Metrics you can use as a baseline for comparison purposes.
|
default DescribeMonitorResponse.Builder |
baseline(Consumer<Baseline.Builder> baseline)
Metrics you can use as a baseline for comparison purposes.
|
DescribeMonitorResponse.Builder |
creationTime(Instant creationTime)
The timestamp for when the monitor resource was created.
|
DescribeMonitorResponse.Builder |
estimatedEvaluationTimeRemainingInMinutes(Long estimatedEvaluationTimeRemainingInMinutes)
The estimated number of minutes remaining before the monitor resource finishes its current evaluation.
|
DescribeMonitorResponse.Builder |
lastEvaluationState(String lastEvaluationState)
The state of the monitor's latest evaluation.
|
DescribeMonitorResponse.Builder |
lastEvaluationTime(Instant lastEvaluationTime)
The timestamp of the latest evaluation completed by the monitor.
|
DescribeMonitorResponse.Builder |
lastModificationTime(Instant lastModificationTime)
The timestamp of the latest modification to the monitor.
|
DescribeMonitorResponse.Builder |
message(String message)
An error message, if any, for the monitor.
|
DescribeMonitorResponse.Builder |
monitorArn(String monitorArn)
The Amazon Resource Name (ARN) of the monitor resource described.
|
DescribeMonitorResponse.Builder |
monitorName(String monitorName)
The name of the monitor.
|
DescribeMonitorResponse.Builder |
resourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the auto predictor being monitored.
|
DescribeMonitorResponse.Builder |
status(String status)
The status of the monitor resource.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeMonitorResponse.Builder monitorName(String monitorName)
The name of the monitor.
monitorName - The name of the monitor.DescribeMonitorResponse.Builder monitorArn(String monitorArn)
The Amazon Resource Name (ARN) of the monitor resource described.
monitorArn - The Amazon Resource Name (ARN) of the monitor resource described.DescribeMonitorResponse.Builder resourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the auto predictor being monitored.
resourceArn - The Amazon Resource Name (ARN) of the auto predictor being monitored.DescribeMonitorResponse.Builder status(String status)
The status of the monitor resource.
status - The status of the monitor resource.DescribeMonitorResponse.Builder lastEvaluationTime(Instant lastEvaluationTime)
The timestamp of the latest evaluation completed by the monitor.
lastEvaluationTime - The timestamp of the latest evaluation completed by the monitor.DescribeMonitorResponse.Builder lastEvaluationState(String lastEvaluationState)
The state of the monitor's latest evaluation.
lastEvaluationState - The state of the monitor's latest evaluation.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.
baseline - Metrics you can use as a baseline for comparison purposes. Use these values you interpret monitoring
results for an auto predictor.default DescribeMonitorResponse.Builder baseline(Consumer<Baseline.Builder> baseline)
Metrics you can use as a baseline for comparison purposes. Use these values you interpret monitoring results for an auto predictor.
This is a convenience method that creates an instance of theBaseline.Builder avoiding the need to
create one manually via Baseline.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to baseline(Baseline).
baseline - a consumer that will call methods on Baseline.Builderbaseline(Baseline)DescribeMonitorResponse.Builder message(String message)
An error message, if any, for the monitor.
message - An error message, if any, for the monitor.DescribeMonitorResponse.Builder creationTime(Instant creationTime)
The timestamp for when the monitor resource was created.
creationTime - The timestamp for when the monitor resource was created.DescribeMonitorResponse.Builder lastModificationTime(Instant lastModificationTime)
The timestamp of the latest modification to the monitor.
lastModificationTime - The timestamp of the latest modification to the monitor.DescribeMonitorResponse.Builder estimatedEvaluationTimeRemainingInMinutes(Long estimatedEvaluationTimeRemainingInMinutes)
The estimated number of minutes remaining before the monitor resource finishes its current evaluation.
estimatedEvaluationTimeRemainingInMinutes - The estimated number of minutes remaining before the monitor resource finishes its current evaluation.Copyright © 2023. All rights reserved.