public static interface ListCoverageRequest.Builder extends Inspector2Request.Builder, SdkPojo, CopyableBuilder<ListCoverageRequest.Builder,ListCoverageRequest>
| Modifier and Type | Method and Description |
|---|---|
default ListCoverageRequest.Builder |
filterCriteria(Consumer<CoverageFilterCriteria.Builder> filterCriteria)
An object that contains details on the filters to apply to the coverage data for your environment.
|
ListCoverageRequest.Builder |
filterCriteria(CoverageFilterCriteria filterCriteria)
An object that contains details on the filters to apply to the coverage data for your environment.
|
ListCoverageRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results the response can return.
|
ListCoverageRequest.Builder |
nextToken(String nextToken)
A token to use for paginating results that are returned in the response.
|
ListCoverageRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListCoverageRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListCoverageRequest.Builder filterCriteria(CoverageFilterCriteria filterCriteria)
An object that contains details on the filters to apply to the coverage data for your environment.
filterCriteria - An object that contains details on the filters to apply to the coverage data for your environment.default ListCoverageRequest.Builder filterCriteria(Consumer<CoverageFilterCriteria.Builder> filterCriteria)
An object that contains details on the filters to apply to the coverage data for your environment.
This is a convenience method that creates an instance of theCoverageFilterCriteria.Builder avoiding
the need to create one manually via CoverageFilterCriteria.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to filterCriteria(CoverageFilterCriteria).
filterCriteria - a consumer that will call methods on CoverageFilterCriteria.BuilderfilterCriteria(CoverageFilterCriteria)ListCoverageRequest.Builder maxResults(Integer maxResults)
The maximum number of results the response can return. If your request would return more than the maximum the
response will return a nextToken value, use this value when you call the action again to get the
remaining results.
maxResults - The maximum number of results the response can return. If your request would return more than the
maximum the response will return a nextToken value, use this value when you call the
action again to get the remaining results.ListCoverageRequest.Builder nextToken(String nextToken)
A token to use for paginating results that are returned in the response. Set the value of this parameter to
null for the first request to a list action. If your response returns more than the maxResults
maximum value it will also return a nextToken value. For subsequent calls, use the
nextToken value returned from the previous request to continue listing results after the first
page.
nextToken - A token to use for paginating results that are returned in the response. Set the value of this
parameter to null for the first request to a list action. If your response returns more than the
maxResults maximum value it will also return a nextToken value. For
subsequent calls, use the nextToken value returned from the previous request to continue
listing results after the first page.ListCoverageRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListCoverageRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.