public static interface MonitoringExecutionSummary.Builder extends SdkPojo, CopyableBuilder<MonitoringExecutionSummary.Builder,MonitoringExecutionSummary>
Modifier and Type | Method and Description |
---|---|
MonitoringExecutionSummary.Builder |
creationTime(Instant creationTime)
The time at which the monitoring job was created.
|
MonitoringExecutionSummary.Builder |
endpointName(String endpointName)
The name of the endpoint used to run the monitoring job.
|
MonitoringExecutionSummary.Builder |
failureReason(String failureReason)
Contains the reason a monitoring job failed, if it failed.
|
MonitoringExecutionSummary.Builder |
lastModifiedTime(Instant lastModifiedTime)
A timestamp that indicates the last time the monitoring job was modified.
|
MonitoringExecutionSummary.Builder |
monitoringExecutionStatus(ExecutionStatus monitoringExecutionStatus)
The status of the monitoring job.
|
MonitoringExecutionSummary.Builder |
monitoringExecutionStatus(String monitoringExecutionStatus)
The status of the monitoring job.
|
MonitoringExecutionSummary.Builder |
monitoringJobDefinitionName(String monitoringJobDefinitionName)
The name of the monitoring job.
|
MonitoringExecutionSummary.Builder |
monitoringScheduleName(String monitoringScheduleName)
The name of the monitoring schedule.
|
MonitoringExecutionSummary.Builder |
monitoringType(MonitoringType monitoringType)
The type of the monitoring job.
|
MonitoringExecutionSummary.Builder |
monitoringType(String monitoringType)
The type of the monitoring job.
|
MonitoringExecutionSummary.Builder |
processingJobArn(String processingJobArn)
The Amazon Resource Name (ARN) of the monitoring job.
|
MonitoringExecutionSummary.Builder |
scheduledTime(Instant scheduledTime)
The time the monitoring job was scheduled.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
MonitoringExecutionSummary.Builder monitoringScheduleName(String monitoringScheduleName)
The name of the monitoring schedule.
monitoringScheduleName
- The name of the monitoring schedule.MonitoringExecutionSummary.Builder scheduledTime(Instant scheduledTime)
The time the monitoring job was scheduled.
scheduledTime
- The time the monitoring job was scheduled.MonitoringExecutionSummary.Builder creationTime(Instant creationTime)
The time at which the monitoring job was created.
creationTime
- The time at which the monitoring job was created.MonitoringExecutionSummary.Builder lastModifiedTime(Instant lastModifiedTime)
A timestamp that indicates the last time the monitoring job was modified.
lastModifiedTime
- A timestamp that indicates the last time the monitoring job was modified.MonitoringExecutionSummary.Builder monitoringExecutionStatus(String monitoringExecutionStatus)
The status of the monitoring job.
monitoringExecutionStatus
- The status of the monitoring job.ExecutionStatus
,
ExecutionStatus
MonitoringExecutionSummary.Builder monitoringExecutionStatus(ExecutionStatus monitoringExecutionStatus)
The status of the monitoring job.
monitoringExecutionStatus
- The status of the monitoring job.ExecutionStatus
,
ExecutionStatus
MonitoringExecutionSummary.Builder processingJobArn(String processingJobArn)
The Amazon Resource Name (ARN) of the monitoring job.
processingJobArn
- The Amazon Resource Name (ARN) of the monitoring job.MonitoringExecutionSummary.Builder endpointName(String endpointName)
The name of the endpoint used to run the monitoring job.
endpointName
- The name of the endpoint used to run the monitoring job.MonitoringExecutionSummary.Builder failureReason(String failureReason)
Contains the reason a monitoring job failed, if it failed.
failureReason
- Contains the reason a monitoring job failed, if it failed.MonitoringExecutionSummary.Builder monitoringJobDefinitionName(String monitoringJobDefinitionName)
The name of the monitoring job.
monitoringJobDefinitionName
- The name of the monitoring job.MonitoringExecutionSummary.Builder monitoringType(String monitoringType)
The type of the monitoring job.
monitoringType
- The type of the monitoring job.MonitoringType
,
MonitoringType
MonitoringExecutionSummary.Builder monitoringType(MonitoringType monitoringType)
The type of the monitoring job.
monitoringType
- The type of the monitoring job.MonitoringType
,
MonitoringType
Copyright © 2022. All rights reserved.