public static interface ListMonitorsResponse.Builder extends InternetMonitorResponse.Builder, SdkPojo, CopyableBuilder<ListMonitorsResponse.Builder,ListMonitorsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListMonitorsResponse.Builder |
monitors(Collection<Monitor> monitors)
A list of monitors.
|
ListMonitorsResponse.Builder |
monitors(Consumer<Monitor.Builder>... monitors)
A list of monitors.
|
ListMonitorsResponse.Builder |
monitors(Monitor... monitors)
A list of monitors.
|
ListMonitorsResponse.Builder |
nextToken(String nextToken)
The token for the next set of results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListMonitorsResponse.Builder monitors(Collection<Monitor> monitors)
A list of monitors.
monitors - A list of monitors.ListMonitorsResponse.Builder monitors(Monitor... monitors)
A list of monitors.
monitors - A list of monitors.ListMonitorsResponse.Builder monitors(Consumer<Monitor.Builder>... monitors)
A list of monitors.
This is a convenience method that creates an instance of theMonitor.Builder avoiding the need to create one
manually via Monitor.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #monitors(List.
monitors - a consumer that will call methods on
Monitor.Builder#monitors(java.util.Collection) ListMonitorsResponse.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.Copyright © 2023. All rights reserved.