Interface MonitoringExecutionSummary.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<MonitoringExecutionSummary.Builder,,- MonitoringExecutionSummary> - SdkBuilder<MonitoringExecutionSummary.Builder,,- MonitoringExecutionSummary> - SdkPojo
- Enclosing class:
- MonitoringExecutionSummary
@Mutable
@NotThreadSafe
public static interface MonitoringExecutionSummary.Builder
extends SdkPojo, CopyableBuilder<MonitoringExecutionSummary.Builder,MonitoringExecutionSummary> 
- 
Method SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
monitoringScheduleNameThe 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.
 
- 
scheduledTimeThe 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.
 
- 
creationTimeThe 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.
 
- 
lastModifiedTimeA 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.
 
- 
monitoringExecutionStatusThe 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:
 
- 
monitoringExecutionStatusMonitoringExecutionSummary.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:
 
- 
processingJobArnThe 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.
 
- 
endpointNameThe 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.
 
- 
failureReasonContains 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.
 
- 
monitoringJobDefinitionNameThe 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.
 
- 
monitoringTypeThe 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:
 
- 
monitoringTypeThe 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:
 
 
-