Interface MonitoringScheduleSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<MonitoringScheduleSummary.Builder,
,MonitoringScheduleSummary> SdkBuilder<MonitoringScheduleSummary.Builder,
,MonitoringScheduleSummary> SdkPojo
- Enclosing class:
MonitoringScheduleSummary
@Mutable
@NotThreadSafe
public static interface MonitoringScheduleSummary.Builder
extends SdkPojo, CopyableBuilder<MonitoringScheduleSummary.Builder,MonitoringScheduleSummary>
-
Method Summary
Modifier and TypeMethodDescriptioncreationTime
(Instant creationTime) The creation time of the monitoring schedule.endpointName
(String endpointName) The name of the endpoint using the monitoring schedule.lastModifiedTime
(Instant lastModifiedTime) The last time the monitoring schedule was modified.monitoringJobDefinitionName
(String monitoringJobDefinitionName) The name of the monitoring job definition that the schedule is for.monitoringScheduleArn
(String monitoringScheduleArn) The Amazon Resource Name (ARN) of the monitoring schedule.monitoringScheduleName
(String monitoringScheduleName) The name of the monitoring schedule.monitoringScheduleStatus
(String monitoringScheduleStatus) The status of the monitoring schedule.monitoringScheduleStatus
(ScheduleStatus monitoringScheduleStatus) The status of the monitoring schedule.monitoringType
(String monitoringType) The type of the monitoring job definition that the schedule is for.monitoringType
(MonitoringType monitoringType) The type of the monitoring job definition that the schedule is for.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, sdkFieldNameToField, 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.
-
monitoringScheduleArn
The Amazon Resource Name (ARN) of the monitoring schedule.
- Parameters:
monitoringScheduleArn
- The Amazon Resource Name (ARN) of the monitoring schedule.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creationTime
The creation time of the monitoring schedule.
- Parameters:
creationTime
- The creation time of the monitoring schedule.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastModifiedTime
The last time the monitoring schedule was modified.
- Parameters:
lastModifiedTime
- The last time the monitoring schedule was modified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
monitoringScheduleStatus
The status of the monitoring schedule.
- Parameters:
monitoringScheduleStatus
- The status of the monitoring schedule.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
monitoringScheduleStatus
The status of the monitoring schedule.
- Parameters:
monitoringScheduleStatus
- The status of the monitoring schedule.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
endpointName
The name of the endpoint using the monitoring schedule.
- Parameters:
endpointName
- The name of the endpoint using the monitoring schedule.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
monitoringJobDefinitionName
The name of the monitoring job definition that the schedule is for.
- Parameters:
monitoringJobDefinitionName
- The name of the monitoring job definition that the schedule is for.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
monitoringType
The type of the monitoring job definition that the schedule is for.
- Parameters:
monitoringType
- The type of the monitoring job definition that the schedule is for.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
monitoringType
The type of the monitoring job definition that the schedule is for.
- Parameters:
monitoringType
- The type of the monitoring job definition that the schedule is for.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-