| Package | Description |
|---|---|
| software.amazon.awssdk.services.internetmonitor.model |
| Modifier and Type | Method and Description |
|---|---|
static GetMonitorResponse.Builder |
GetMonitorResponse.builder() |
GetMonitorResponse.Builder |
GetMonitorResponse.Builder.createdAt(Instant createdAt)
The time when the monitor was created.
|
GetMonitorResponse.Builder |
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 |
GetMonitorResponse.Builder.modifiedAt(Instant modifiedAt)
The last time that the monitor was modified.
|
GetMonitorResponse.Builder |
GetMonitorResponse.Builder.monitorArn(String monitorArn)
The Amazon Resource Name (ARN) of the monitor.
|
GetMonitorResponse.Builder |
GetMonitorResponse.Builder.monitorName(String monitorName)
The name of the monitor.
|
GetMonitorResponse.Builder |
GetMonitorResponse.Builder.processingStatus(MonitorProcessingStatusCode processingStatus)
The health of the data processing for the monitor.
|
GetMonitorResponse.Builder |
GetMonitorResponse.Builder.processingStatus(String processingStatus)
The health of the data processing for the monitor.
|
GetMonitorResponse.Builder |
GetMonitorResponse.Builder.processingStatusInfo(String processingStatusInfo)
Additional information about the health of the data processing for the monitor.
|
GetMonitorResponse.Builder |
GetMonitorResponse.Builder.resources(Collection<String> resources)
The resources that have been added for the monitor.
|
GetMonitorResponse.Builder |
GetMonitorResponse.Builder.resources(String... resources)
The resources that have been added for the monitor.
|
GetMonitorResponse.Builder |
GetMonitorResponse.Builder.status(MonitorConfigState status)
The status of the monitor.
|
GetMonitorResponse.Builder |
GetMonitorResponse.Builder.status(String status)
The status of the monitor.
|
GetMonitorResponse.Builder |
GetMonitorResponse.Builder.tags(Map<String,String> tags)
The tags that have been added to monitor.
|
GetMonitorResponse.Builder |
GetMonitorResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetMonitorResponse.Builder> |
GetMonitorResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.