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 to return in the response.
|
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 to return in the response.
maxResults - The maximum number of results to return in the response.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. 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. 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 © 2022. All rights reserved.