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 you are listing.
|
ListFindingsResponse.Builder |
findingIds(String... findingIds)
The IDs of the findings you are listing.
|
ListFindingsResponse.Builder |
nextToken(String nextToken)
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 you are listing.
findingIds - The IDs of the findings you are listing.ListFindingsResponse.Builder findingIds(String... findingIds)
The IDs of the findings you are listing.
findingIds - The IDs of the findings you are listing.ListFindingsResponse.Builder nextToken(String nextToken)
Pagination parameter to be used on the next list operation to retrieve more items.
nextToken - Pagination parameter to be used on the next list operation to retrieve more items.Copyright © 2019. All rights reserved.