public static interface ListMonitoredResourcesRequest.Builder extends DevOpsGuruRequest.Builder, SdkPojo, CopyableBuilder<ListMonitoredResourcesRequest.Builder,ListMonitoredResourcesRequest>
| Modifier and Type | Method and Description |
|---|---|
default ListMonitoredResourcesRequest.Builder |
filters(Consumer<ListMonitoredResourcesFilters.Builder> filters)
Filters to determine which monitored resources you want to retrieve.
|
ListMonitoredResourcesRequest.Builder |
filters(ListMonitoredResourcesFilters filters)
Filters to determine which monitored resources you want to retrieve.
|
ListMonitoredResourcesRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return with a single call.
|
ListMonitoredResourcesRequest.Builder |
nextToken(String nextToken)
The pagination token to use to retrieve the next page of results for this operation.
|
ListMonitoredResourcesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListMonitoredResourcesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListMonitoredResourcesRequest.Builder filters(ListMonitoredResourcesFilters filters)
Filters to determine which monitored resources you want to retrieve. You can filter by resource type or resource permission status.
filters - Filters to determine which monitored resources you want to retrieve. You can filter by resource type
or resource permission status.default ListMonitoredResourcesRequest.Builder filters(Consumer<ListMonitoredResourcesFilters.Builder> filters)
Filters to determine which monitored resources you want to retrieve. You can filter by resource type or resource permission status.
This is a convenience method that creates an instance of theListMonitoredResourcesFilters.Builder
avoiding the need to create one manually via ListMonitoredResourcesFilters.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to filters(ListMonitoredResourcesFilters).
filters - a consumer that will call methods on ListMonitoredResourcesFilters.Builderfilters(ListMonitoredResourcesFilters)ListMonitoredResourcesRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return with a single call. To retrieve the remaining results, make another
call with the returned nextToken value.
maxResults - The maximum number of results to return with a single call. To retrieve the remaining results, make
another call with the returned nextToken value.ListMonitoredResourcesRequest.Builder nextToken(String nextToken)
The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.
nextToken - The pagination token to use to retrieve the next page of results for this operation. If this value is
null, it retrieves the first page.ListMonitoredResourcesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListMonitoredResourcesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.