Interface MonitoringExecutionSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<MonitoringExecutionSummary.Builder,
,MonitoringExecutionSummary> SdkBuilder<MonitoringExecutionSummary.Builder,
,MonitoringExecutionSummary> SdkPojo
- Enclosing class:
MonitoringExecutionSummary
public static interface MonitoringExecutionSummary.Builder
extends SdkPojo, CopyableBuilder<MonitoringExecutionSummary.Builder,MonitoringExecutionSummary>
-
Method Summary
Modifier and TypeMethodDescriptioncreationTime
(Instant creationTime) The time at which the monitoring job was created.endpointName
(String endpointName) The name of the endpoint used to run the monitoring job.failureReason
(String failureReason) Contains the reason a monitoring job failed, if it failed.lastModifiedTime
(Instant lastModifiedTime) A timestamp that indicates the last time the monitoring job was modified.monitoringExecutionStatus
(String monitoringExecutionStatus) The status of the monitoring job.monitoringExecutionStatus
(ExecutionStatus monitoringExecutionStatus) The status of the monitoring job.monitoringJobDefinitionName
(String monitoringJobDefinitionName) The name of the monitoring job.monitoringScheduleName
(String monitoringScheduleName) The name of the monitoring schedule.monitoringType
(String monitoringType) The type of the monitoring job.monitoringType
(MonitoringType monitoringType) The type of the monitoring job.processingJobArn
(String processingJobArn) The Amazon Resource Name (ARN) of the monitoring job.scheduledTime
(Instant scheduledTime) The time the monitoring job was scheduled.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
monitoringScheduleName
The name of the monitoring schedule.
- Parameters:
monitoringScheduleName
- The name of the monitoring schedule.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
scheduledTime
The time the monitoring job was scheduled.
- Parameters:
scheduledTime
- The time the monitoring job was scheduled.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creationTime
The time at which the monitoring job was created.
- Parameters:
creationTime
- The time at which the monitoring job was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastModifiedTime
A timestamp that indicates the last time the monitoring job was modified.
- Parameters:
lastModifiedTime
- A timestamp that indicates the last time the monitoring job was modified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
monitoringExecutionStatus
The status of the monitoring job.
- Parameters:
monitoringExecutionStatus
- The status of the monitoring job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
monitoringExecutionStatus
MonitoringExecutionSummary.Builder monitoringExecutionStatus(ExecutionStatus monitoringExecutionStatus) The status of the monitoring job.
- Parameters:
monitoringExecutionStatus
- The status of the monitoring job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
processingJobArn
The Amazon Resource Name (ARN) of the monitoring job.
- Parameters:
processingJobArn
- The Amazon Resource Name (ARN) of the monitoring job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endpointName
The name of the endpoint used to run the monitoring job.
- Parameters:
endpointName
- The name of the endpoint used to run the monitoring job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
failureReason
Contains the reason a monitoring job failed, if it failed.
- Parameters:
failureReason
- Contains the reason a monitoring job failed, if it failed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
monitoringJobDefinitionName
The name of the monitoring job.
- Parameters:
monitoringJobDefinitionName
- The name of the monitoring job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
monitoringType
The type of the monitoring job.
- Parameters:
monitoringType
- The type of the monitoring job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
monitoringType
The type of the monitoring job.
- Parameters:
monitoringType
- The type of the monitoring job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-