public static interface ListMonitorsRequest.Builder extends InternetMonitorRequest.Builder, SdkPojo, CopyableBuilder<ListMonitorsRequest.Builder,ListMonitorsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListMonitorsRequest.Builder |
maxResults(Integer maxResults)
The number of monitor objects that you want to return with this call.
|
ListMonitorsRequest.Builder |
monitorStatus(String monitorStatus)
The status of a monitor.
|
ListMonitorsRequest.Builder |
nextToken(String nextToken)
The token for the next set of results.
|
ListMonitorsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListMonitorsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListMonitorsRequest.Builder nextToken(String nextToken)
The token for the next set of results. You receive this token from a previous call.
nextToken - The token for the next set of results. You receive this token from a previous call.ListMonitorsRequest.Builder maxResults(Integer maxResults)
The number of monitor objects that you want to return with this call.
maxResults - The number of monitor objects that you want to return with this call.ListMonitorsRequest.Builder monitorStatus(String monitorStatus)
The status of a monitor. This includes the status of the data processing for the monitor and the status of the monitor itself.
For information about the statuses for a monitor, see Monitor.
monitorStatus - The status of a monitor. This includes the status of the data processing for the monitor and the
status of the monitor itself.
For information about the statuses for a monitor, see Monitor.
ListMonitorsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListMonitorsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.