public static interface ListImageScanFindingsResponse.Builder extends ImagebuilderResponse.Builder, SdkPojo, CopyableBuilder<ListImageScanFindingsResponse.Builder,ListImageScanFindingsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListImageScanFindingsResponse.Builder |
findings(Collection<ImageScanFinding> findings)
The image scan findings for your account that meet your request filter criteria.
|
ListImageScanFindingsResponse.Builder |
findings(Consumer<ImageScanFinding.Builder>... findings)
The image scan findings for your account that meet your request filter criteria.
|
ListImageScanFindingsResponse.Builder |
findings(ImageScanFinding... findings)
The image scan findings for your account that meet your request filter criteria.
|
ListImageScanFindingsResponse.Builder |
nextToken(String nextToken)
The next token used for paginated responses.
|
ListImageScanFindingsResponse.Builder |
requestId(String requestIdValue)
The request ID that uniquely identifies this request.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListImageScanFindingsResponse.Builder requestId(String requestIdValue)
The request ID that uniquely identifies this request.
requestIdValue - The request ID that uniquely identifies this request.ListImageScanFindingsResponse.Builder findings(Collection<ImageScanFinding> findings)
The image scan findings for your account that meet your request filter criteria.
findings - The image scan findings for your account that meet your request filter criteria.ListImageScanFindingsResponse.Builder findings(ImageScanFinding... findings)
The image scan findings for your account that meet your request filter criteria.
findings - The image scan findings for your account that meet your request filter criteria.ListImageScanFindingsResponse.Builder findings(Consumer<ImageScanFinding.Builder>... findings)
The image scan findings for your account that meet your request filter criteria.
This is a convenience method that creates an instance of theImageScanFinding.Builder avoiding the need to
create one manually via ImageScanFinding.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
ImageScanFinding.Builder#findings(java.util.Collection) ListImageScanFindingsResponse.Builder nextToken(String nextToken)
The next token used for paginated responses. When this field isn't empty, there are additional elements that the service has'ot included in this request. Use this token with the next request to retrieve additional objects.
nextToken - The next token used for paginated responses. When this field isn't empty, there are additional
elements that the service has'ot included in this request. Use this token with the next request to
retrieve additional objects.Copyright © 2023. All rights reserved.