public static interface ListFindingsResponse.Builder extends Macie2Response.Builder, SdkPojo, CopyableBuilder<ListFindingsResponse.Builder,ListFindingsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListFindingsResponse.Builder |
findingIds(Collection<String> findingIds)
An array of strings, where each string is the unique identifier for a finding that meets the filter criteria
specified in the request.
|
ListFindingsResponse.Builder |
findingIds(String... findingIds)
An array of strings, where each string is the unique identifier for a finding that meets the filter criteria
specified in the request.
|
ListFindingsResponse.Builder |
nextToken(String nextToken)
The string to use in a subsequent request to get the next page of results in a paginated response.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListFindingsResponse.Builder findingIds(Collection<String> findingIds)
An array of strings, where each string is the unique identifier for a finding that meets the filter criteria specified in the request.
findingIds - An array of strings, where each string is the unique identifier for a finding that meets the filter
criteria specified in the request.ListFindingsResponse.Builder findingIds(String... findingIds)
An array of strings, where each string is the unique identifier for a finding that meets the filter criteria specified in the request.
findingIds - An array of strings, where each string is the unique identifier for a finding that meets the filter
criteria specified in the request.ListFindingsResponse.Builder nextToken(String nextToken)
The string to use in a subsequent request to get the next page of results in a paginated response. This value is null if there are no additional pages.
nextToken - The string to use in a subsequent request to get the next page of results in a paginated response.
This value is null if there are no additional pages.Copyright © 2020. All rights reserved.