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 method that creates an instance of theAccessPreviewFinding.Builder avoiding the need
to create one manually via
AccessPreviewFinding.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #findings(List.
findings - a consumer that will call methods on
AccessPreviewFinding.Builder#findings(java.util.Collection) ListAccessPreviewFindingsResponse.Builder nextToken(String nextToken)
A token used for pagination of results returned.
nextToken - A token used for pagination of results returned.Copyright © 2023. All rights reserved.