public static interface GetMonitorResponse.Builder extends InternetMonitorResponse.Builder, SdkPojo, CopyableBuilder<GetMonitorResponse.Builder,GetMonitorResponse>
| Modifier and Type | Method and Description |
|---|---|
GetMonitorResponse.Builder |
createdAt(Instant createdAt)
The time when the monitor was created.
|
GetMonitorResponse.Builder |
maxCityNetworksToMonitor(Integer maxCityNetworksToMonitor)
The maximum number of city-network combinations (that is, combinations of a city location and network, such
as an ISP) to be monitored for your resources.
|
GetMonitorResponse.Builder |
modifiedAt(Instant modifiedAt)
The last time that the monitor was modified.
|
GetMonitorResponse.Builder |
monitorArn(String monitorArn)
The Amazon Resource Name (ARN) of the monitor.
|
GetMonitorResponse.Builder |
monitorName(String monitorName)
The name of the monitor.
|
GetMonitorResponse.Builder |
processingStatus(MonitorProcessingStatusCode processingStatus)
The health of the data processing for the monitor.
|
GetMonitorResponse.Builder |
processingStatus(String processingStatus)
The health of the data processing for the monitor.
|
GetMonitorResponse.Builder |
processingStatusInfo(String processingStatusInfo)
Additional information about the health of the data processing for the monitor.
|
GetMonitorResponse.Builder |
resources(Collection<String> resources)
The resources that have been added for the monitor.
|
GetMonitorResponse.Builder |
resources(String... resources)
The resources that have been added for the monitor.
|
GetMonitorResponse.Builder |
status(MonitorConfigState status)
The status of the monitor.
|
GetMonitorResponse.Builder |
status(String status)
The status of the monitor.
|
GetMonitorResponse.Builder |
tags(Map<String,String> tags)
The tags that have been added to monitor.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetMonitorResponse.Builder monitorName(String monitorName)
The name of the monitor.
monitorName - The name of the monitor.GetMonitorResponse.Builder monitorArn(String monitorArn)
The Amazon Resource Name (ARN) of the monitor.
monitorArn - The Amazon Resource Name (ARN) of the monitor.GetMonitorResponse.Builder resources(Collection<String> resources)
The resources that have been added for the monitor. Resources are listed by their Amazon Resource Names (ARNs).
resources - The resources that have been added for the monitor. Resources are listed by their Amazon Resource
Names (ARNs).GetMonitorResponse.Builder resources(String... resources)
The resources that have been added for the monitor. Resources are listed by their Amazon Resource Names (ARNs).
resources - The resources that have been added for the monitor. Resources are listed by their Amazon Resource
Names (ARNs).GetMonitorResponse.Builder status(String status)
The status of the monitor.
status - The status of the monitor.MonitorConfigState,
MonitorConfigStateGetMonitorResponse.Builder status(MonitorConfigState status)
The status of the monitor.
status - The status of the monitor.MonitorConfigState,
MonitorConfigStateGetMonitorResponse.Builder createdAt(Instant createdAt)
The time when the monitor was created.
createdAt - The time when the monitor was created.GetMonitorResponse.Builder modifiedAt(Instant modifiedAt)
The last time that the monitor was modified.
modifiedAt - The last time that the monitor was modified.GetMonitorResponse.Builder processingStatus(String processingStatus)
The health of the data processing for the monitor.
processingStatus - The health of the data processing for the monitor.MonitorProcessingStatusCode,
MonitorProcessingStatusCodeGetMonitorResponse.Builder processingStatus(MonitorProcessingStatusCode processingStatus)
The health of the data processing for the monitor.
processingStatus - The health of the data processing for the monitor.MonitorProcessingStatusCode,
MonitorProcessingStatusCodeGetMonitorResponse.Builder processingStatusInfo(String processingStatusInfo)
Additional information about the health of the data processing for the monitor.
processingStatusInfo - Additional information about the health of the data processing for the monitor.GetMonitorResponse.Builder tags(Map<String,String> tags)
The tags that have been added to monitor.
tags - The tags that have been added to monitor.GetMonitorResponse.Builder maxCityNetworksToMonitor(Integer maxCityNetworksToMonitor)
The maximum number of city-network combinations (that is, combinations of a city location and network, such as an ISP) to be monitored for your resources.
maxCityNetworksToMonitor - The maximum number of city-network combinations (that is, combinations of a city location and network,
such as an ISP) to be monitored for your resources.Copyright © 2023. All rights reserved.