public static interface ListMonitoredResourcesResponse.Builder extends DevOpsGuruResponse.Builder, SdkPojo, CopyableBuilder<ListMonitoredResourcesResponse.Builder,ListMonitoredResourcesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListMonitoredResourcesResponse.Builder |
monitoredResourceIdentifiers(Collection<MonitoredResourceIdentifier> monitoredResourceIdentifiers)
Information about the resource that is being monitored, including the name of the resource, the type of
resource, and whether or not permission is given to DevOps Guru to access that resource.
|
ListMonitoredResourcesResponse.Builder |
monitoredResourceIdentifiers(Consumer<MonitoredResourceIdentifier.Builder>... monitoredResourceIdentifiers)
Information about the resource that is being monitored, including the name of the resource, the type of
resource, and whether or not permission is given to DevOps Guru to access that resource.
|
ListMonitoredResourcesResponse.Builder |
monitoredResourceIdentifiers(MonitoredResourceIdentifier... monitoredResourceIdentifiers)
Information about the resource that is being monitored, including the name of the resource, the type of
resource, and whether or not permission is given to DevOps Guru to access that resource.
|
ListMonitoredResourcesResponse.Builder |
nextToken(String nextToken)
The pagination token to use to retrieve the next page of results for this operation.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListMonitoredResourcesResponse.Builder monitoredResourceIdentifiers(Collection<MonitoredResourceIdentifier> monitoredResourceIdentifiers)
Information about the resource that is being monitored, including the name of the resource, the type of resource, and whether or not permission is given to DevOps Guru to access that resource.
monitoredResourceIdentifiers - Information about the resource that is being monitored, including the name of the resource, the type
of resource, and whether or not permission is given to DevOps Guru to access that resource.ListMonitoredResourcesResponse.Builder monitoredResourceIdentifiers(MonitoredResourceIdentifier... monitoredResourceIdentifiers)
Information about the resource that is being monitored, including the name of the resource, the type of resource, and whether or not permission is given to DevOps Guru to access that resource.
monitoredResourceIdentifiers - Information about the resource that is being monitored, including the name of the resource, the type
of resource, and whether or not permission is given to DevOps Guru to access that resource.ListMonitoredResourcesResponse.Builder monitoredResourceIdentifiers(Consumer<MonitoredResourceIdentifier.Builder>... monitoredResourceIdentifiers)
Information about the resource that is being monitored, including the name of the resource, the type of resource, and whether or not permission is given to DevOps Guru to access that resource.
This is a convenience method that creates an instance of theMonitoredResourceIdentifier.Builder avoiding the
need to create one manually via
MonitoredResourceIdentifier.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #monitoredResourceIdentifiers(List.
monitoredResourceIdentifiers - a consumer that will call methods on
MonitoredResourceIdentifier.Builder#monitoredResourceIdentifiers(java.util.Collection) ListMonitoredResourcesResponse.Builder nextToken(String nextToken)
The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.
nextToken - The pagination token to use to retrieve the next page of results for this operation. If there are no
more pages, this value is null.Copyright © 2023. All rights reserved.