GetMonitorResponse.Builder |
GetMonitorResponse.Builder.aggregationPeriod(Long aggregationPeriod) |
The aggregation period for the specified monitor.
|
static GetMonitorResponse.Builder |
GetMonitorResponse.builder() |
|
GetMonitorResponse.Builder |
GetMonitorResponse.Builder.createdAt(Instant createdAt) |
The time and date when the monitor was created.
|
GetMonitorResponse.Builder |
GetMonitorResponse.Builder.modifiedAt(Instant modifiedAt) |
The time and date when the monitor was last modified.
|
GetMonitorResponse.Builder |
GetMonitorResponse.Builder.monitorArn(String monitorArn) |
The ARN of the selected monitor.
|
GetMonitorResponse.Builder |
GetMonitorResponse.Builder.monitorName(String monitorName) |
The name of the monitor.
|
GetMonitorResponse.Builder |
GetMonitorResponse.Builder.probes(Collection<Probe> probes) |
The details about each probe associated with that monitor.
|
GetMonitorResponse.Builder |
GetMonitorResponse.Builder.probes(Consumer<Probe.Builder>... probes) |
The details about each probe associated with that monitor.
|
GetMonitorResponse.Builder |
GetMonitorResponse.Builder.probes(Probe... probes) |
The details about each probe associated with that monitor.
|
GetMonitorResponse.Builder |
GetMonitorResponse.Builder.state(String state) |
Lists the status of the state of each monitor.
|
GetMonitorResponse.Builder |
GetMonitorResponse.Builder.state(MonitorState state) |
Lists the status of the state of each monitor.
|
GetMonitorResponse.Builder |
GetMonitorResponse.Builder.tags(Map<String,String> tags) |
The list of key-value pairs assigned to the monitor.
|
GetMonitorResponse.Builder |
GetMonitorResponse.toBuilder() |
|