Interface MonitoringJobDefinitionSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<MonitoringJobDefinitionSummary.Builder,MonitoringJobDefinitionSummary>,SdkBuilder<MonitoringJobDefinitionSummary.Builder,MonitoringJobDefinitionSummary>,SdkPojo
- Enclosing class:
- MonitoringJobDefinitionSummary
public static interface MonitoringJobDefinitionSummary.Builder extends SdkPojo, CopyableBuilder<MonitoringJobDefinitionSummary.Builder,MonitoringJobDefinitionSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MonitoringJobDefinitionSummary.BuildercreationTime(Instant creationTime)The time that the monitoring job was created.MonitoringJobDefinitionSummary.BuilderendpointName(String endpointName)The name of the endpoint that the job monitors.MonitoringJobDefinitionSummary.BuildermonitoringJobDefinitionArn(String monitoringJobDefinitionArn)The Amazon Resource Name (ARN) of the monitoring job.MonitoringJobDefinitionSummary.BuildermonitoringJobDefinitionName(String monitoringJobDefinitionName)The name of the monitoring job.-
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 Detail
-
monitoringJobDefinitionName
MonitoringJobDefinitionSummary.Builder monitoringJobDefinitionName(String 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.
-
monitoringJobDefinitionArn
MonitoringJobDefinitionSummary.Builder monitoringJobDefinitionArn(String monitoringJobDefinitionArn)
The Amazon Resource Name (ARN) of the monitoring job.
- Parameters:
monitoringJobDefinitionArn- The Amazon Resource Name (ARN) of the monitoring job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creationTime
MonitoringJobDefinitionSummary.Builder creationTime(Instant creationTime)
The time that the monitoring job was created.
- Parameters:
creationTime- The time that the monitoring job was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endpointName
MonitoringJobDefinitionSummary.Builder endpointName(String endpointName)
The name of the endpoint that the job monitors.
- Parameters:
endpointName- The name of the endpoint that the job monitors.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-