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, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
ListFindingsResponse.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 © 2021 Amazon Web Services, Inc. All Rights Reserved.