public static interface ListScansResponse.Builder extends CodeGuruSecurityResponse.Builder, SdkPojo, CopyableBuilder<ListScansResponse.Builder,ListScansResponse>
| Modifier and Type | Method and Description |
|---|---|
ListScansResponse.Builder |
nextToken(String nextToken)
A pagination token.
|
ListScansResponse.Builder |
summaries(Collection<ScanSummary> summaries)
A list of
ScanSummary objects with information about all scans in an account. |
ListScansResponse.Builder |
summaries(Consumer<ScanSummary.Builder>... summaries)
A list of
ScanSummary objects with information about all scans in an account. |
ListScansResponse.Builder |
summaries(ScanSummary... summaries)
A list of
ScanSummary objects with information about all scans in an account. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListScansResponse.Builder nextToken(String nextToken)
A pagination token. You can use this in future calls to ListScans to continue listing results
after the current page.
nextToken - A pagination token. You can use this in future calls to ListScans to continue listing
results after the current page.ListScansResponse.Builder summaries(Collection<ScanSummary> summaries)
A list of ScanSummary objects with information about all scans in an account.
summaries - A list of ScanSummary objects with information about all scans in an account.ListScansResponse.Builder summaries(ScanSummary... summaries)
A list of ScanSummary objects with information about all scans in an account.
summaries - A list of ScanSummary objects with information about all scans in an account.ListScansResponse.Builder summaries(Consumer<ScanSummary.Builder>... summaries)
A list of ScanSummary objects with information about all scans in an account.
ScanSummary.Builder avoiding the need to
create one manually via ScanSummary.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #summaries(List.
summaries - a consumer that will call methods on
ScanSummary.Builder#summaries(java.util.Collection) Copyright © 2023. All rights reserved.