public static interface ListAccessPreviewFindingsResponse.Builder extends AccessAnalyzerResponse.Builder, SdkPojo, CopyableBuilder<ListAccessPreviewFindingsResponse.Builder,ListAccessPreviewFindingsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListAccessPreviewFindingsResponse.Builder |
findings(AccessPreviewFinding... findings)
A list of access preview findings that match the specified filter criteria.
|
ListAccessPreviewFindingsResponse.Builder |
findings(Collection<AccessPreviewFinding> findings)
A list of access preview findings that match the specified filter criteria.
|
ListAccessPreviewFindingsResponse.Builder |
findings(Consumer<AccessPreviewFinding.Builder>... findings)
A list of access preview findings that match the specified filter criteria.
|
ListAccessPreviewFindingsResponse.Builder |
nextToken(String nextToken)
A token used for pagination of results returned.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListAccessPreviewFindingsResponse.Builder findings(Collection<AccessPreviewFinding> findings)
A list of access preview findings that match the specified filter criteria.
findings - A list of access preview findings that match the specified filter criteria.ListAccessPreviewFindingsResponse.Builder findings(AccessPreviewFinding... findings)
A list of access preview findings that match the specified filter criteria.
findings - A list of access preview findings that match the specified filter criteria.ListAccessPreviewFindingsResponse.Builder findings(Consumer<AccessPreviewFinding.Builder>... findings)
A list of access preview findings that match the specified filter criteria.
This is a convenience that creates an instance of theList.Builder avoiding the
need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately
and its result is passed to #findings(List) .findings - a consumer that will call methods on List.Builder #findings(List) ListAccessPreviewFindingsResponse.Builder nextToken(String nextToken)
A token used for pagination of results returned.
nextToken - A token used for pagination of results returned.Copyright © 2021. All rights reserved.