public static interface DescribeMalwareScansResponse.Builder extends GuardDutyResponse.Builder, SdkPojo, CopyableBuilder<DescribeMalwareScansResponse.Builder,DescribeMalwareScansResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeMalwareScansResponse.Builder |
nextToken(String nextToken)
The pagination parameter to be used on the next list operation to retrieve more items.
|
DescribeMalwareScansResponse.Builder |
scans(Collection<Scan> scans)
Contains information about malware scans.
|
DescribeMalwareScansResponse.Builder |
scans(Consumer<Scan.Builder>... scans)
Contains information about malware scans.
|
DescribeMalwareScansResponse.Builder |
scans(Scan... scans)
Contains information about malware scans.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeMalwareScansResponse.Builder scans(Collection<Scan> scans)
Contains information about malware scans.
scans - Contains information about malware scans.DescribeMalwareScansResponse.Builder scans(Scan... scans)
Contains information about malware scans.
scans - Contains information about malware scans.DescribeMalwareScansResponse.Builder scans(Consumer<Scan.Builder>... scans)
Contains information about malware scans.
This is a convenience method 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 #scans(List) .scans - a consumer that will call methods on List.Builder #scans(List) DescribeMalwareScansResponse.Builder nextToken(String nextToken)
The pagination parameter to be used on the next list operation to retrieve more items.
nextToken - The pagination parameter to be used on the next list operation to retrieve more items.Copyright © 2022. All rights reserved.