public static interface ListCoverageRequest.Builder extends GuardDutyRequest.Builder, SdkPojo, CopyableBuilder<ListCoverageRequest.Builder,ListCoverageRequest>
| Modifier and Type | Method and Description |
|---|---|
ListCoverageRequest.Builder |
detectorId(String detectorId)
The unique ID of the detector whose coverage details you want to retrieve.
|
default ListCoverageRequest.Builder |
filterCriteria(Consumer<CoverageFilterCriteria.Builder> filterCriteria)
Represents the criteria used to filter the coverage details.
|
ListCoverageRequest.Builder |
filterCriteria(CoverageFilterCriteria filterCriteria)
Represents the criteria used to filter the coverage details.
|
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) |
default ListCoverageRequest.Builder |
sortCriteria(Consumer<CoverageSortCriteria.Builder> sortCriteria)
Represents the criteria used to sort the coverage details.
|
ListCoverageRequest.Builder |
sortCriteria(CoverageSortCriteria sortCriteria)
Represents the criteria used to sort the coverage details.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListCoverageRequest.Builder detectorId(String detectorId)
The unique ID of the detector whose coverage details you want to retrieve.
detectorId - The unique ID of the detector whose coverage details you want to retrieve.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 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 filterCriteria(CoverageFilterCriteria filterCriteria)
Represents the criteria used to filter the coverage details.
filterCriteria - Represents the criteria used to filter the coverage details.default ListCoverageRequest.Builder filterCriteria(Consumer<CoverageFilterCriteria.Builder> filterCriteria)
Represents the criteria used to filter the coverage details.
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 sortCriteria(CoverageSortCriteria sortCriteria)
Represents the criteria used to sort the coverage details.
sortCriteria - Represents the criteria used to sort the coverage details.default ListCoverageRequest.Builder sortCriteria(Consumer<CoverageSortCriteria.Builder> sortCriteria)
Represents the criteria used to sort the coverage details.
This is a convenience method that creates an instance of theCoverageSortCriteria.Builder avoiding
the need to create one manually via CoverageSortCriteria.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to sortCriteria(CoverageSortCriteria).
sortCriteria - a consumer that will call methods on CoverageSortCriteria.BuildersortCriteria(CoverageSortCriteria)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.