public static interface GetFindingsRequest.Builder extends Macie2Request.Builder, SdkPojo, CopyableBuilder<GetFindingsRequest.Builder,GetFindingsRequest>
| Modifier and Type | Method and Description |
|---|---|
GetFindingsRequest.Builder |
findingIds(Collection<String> findingIds)
An array of strings that lists the unique identifiers for the findings to retrieve.
|
GetFindingsRequest.Builder |
findingIds(String... findingIds)
An array of strings that lists the unique identifiers for the findings to retrieve.
|
GetFindingsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetFindingsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
default GetFindingsRequest.Builder |
sortCriteria(Consumer<SortCriteria.Builder> sortCriteria)
The criteria for sorting the results of the request.
|
GetFindingsRequest.Builder |
sortCriteria(SortCriteria sortCriteria)
The criteria for sorting the results of the request.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetFindingsRequest.Builder findingIds(Collection<String> findingIds)
An array of strings that lists the unique identifiers for the findings to retrieve. You can specify as many as 50 unique identifiers in this array.
findingIds - An array of strings that lists the unique identifiers for the findings to retrieve. You can specify as
many as 50 unique identifiers in this array.GetFindingsRequest.Builder findingIds(String... findingIds)
An array of strings that lists the unique identifiers for the findings to retrieve. You can specify as many as 50 unique identifiers in this array.
findingIds - An array of strings that lists the unique identifiers for the findings to retrieve. You can specify as
many as 50 unique identifiers in this array.GetFindingsRequest.Builder sortCriteria(SortCriteria sortCriteria)
The criteria for sorting the results of the request.
sortCriteria - The criteria for sorting the results of the request.default GetFindingsRequest.Builder sortCriteria(Consumer<SortCriteria.Builder> sortCriteria)
The criteria for sorting the results of the request.
This is a convenience method that creates an instance of theSortCriteria.Builder avoiding the need
to create one manually via SortCriteria.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to sortCriteria(SortCriteria).
sortCriteria - a consumer that will call methods on SortCriteria.BuildersortCriteria(SortCriteria)GetFindingsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetFindingsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.