public static interface MonitoringJobDefinitionSummary.Builder extends SdkPojo, CopyableBuilder<MonitoringJobDefinitionSummary.Builder,MonitoringJobDefinitionSummary>
| Modifier and Type | Method and Description |
|---|---|
MonitoringJobDefinitionSummary.Builder |
creationTime(Instant creationTime)
The time that the monitoring job was created.
|
MonitoringJobDefinitionSummary.Builder |
endpointName(String endpointName)
The name of the endpoint that the job monitors.
|
MonitoringJobDefinitionSummary.Builder |
monitoringJobDefinitionArn(String monitoringJobDefinitionArn)
The Amazon Resource Name (ARN) of the monitoring job.
|
MonitoringJobDefinitionSummary.Builder |
monitoringJobDefinitionName(String monitoringJobDefinitionName)
The name of the monitoring job.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildMonitoringJobDefinitionSummary.Builder monitoringJobDefinitionName(String monitoringJobDefinitionName)
The name of the monitoring job.
monitoringJobDefinitionName - The name of the monitoring job.MonitoringJobDefinitionSummary.Builder monitoringJobDefinitionArn(String monitoringJobDefinitionArn)
The Amazon Resource Name (ARN) of the monitoring job.
monitoringJobDefinitionArn - The Amazon Resource Name (ARN) of the monitoring job.MonitoringJobDefinitionSummary.Builder creationTime(Instant creationTime)
The time that the monitoring job was created.
creationTime - The time that the monitoring job was created.MonitoringJobDefinitionSummary.Builder endpointName(String endpointName)
The name of the endpoint that the job monitors.
endpointName - The name of the endpoint that the job monitors.Copyright © 2022. All rights reserved.