public static interface ListFindingsResponse.Builder extends GuardDutyResponse.Builder, SdkPojo, CopyableBuilder<ListFindingsResponse.Builder,ListFindingsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListFindingsResponse.Builder |
findingIds(Collection<String> findingIds)
The IDs of the findings that you're listing.
|
ListFindingsResponse.Builder |
findingIds(String... findingIds)
The IDs of the findings that you're listing.
|
ListFindingsResponse.Builder |
nextToken(String nextToken)
The pagination parameter to be used on the next list operation to retrieve more items.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListFindingsResponse.Builder findingIds(Collection<String> findingIds)
The IDs of the findings that you're listing.
findingIds - The IDs of the findings that you're listing.ListFindingsResponse.Builder findingIds(String... findingIds)
The IDs of the findings that you're listing.
findingIds - The IDs of the findings that you're listing.ListFindingsResponse.Builder nextToken(String nextToken)
The pagination parameter to be used on the next list operation to retrieve more items.
nextToken - The pagination parameter to be used on the next list operation to retrieve more items.Copyright © 2022. All rights reserved.