public static interface DescribeMalwareScansRequest.Builder extends GuardDutyRequest.Builder, SdkPojo, CopyableBuilder<DescribeMalwareScansRequest.Builder,DescribeMalwareScansRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeMalwareScansRequest.Builder |
detectorId(String detectorId)
The unique ID of the detector that the request is associated with.
|
default DescribeMalwareScansRequest.Builder |
filterCriteria(Consumer<FilterCriteria.Builder> filterCriteria)
Represents the criteria to be used in the filter for describing scan entries.
|
DescribeMalwareScansRequest.Builder |
filterCriteria(FilterCriteria filterCriteria)
Represents the criteria to be used in the filter for describing scan entries.
|
DescribeMalwareScansRequest.Builder |
maxResults(Integer maxResults)
You can use this parameter to indicate the maximum number of items that you want in the response.
|
DescribeMalwareScansRequest.Builder |
nextToken(String nextToken)
You can use this parameter when paginating results.
|
DescribeMalwareScansRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeMalwareScansRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
default DescribeMalwareScansRequest.Builder |
sortCriteria(Consumer<SortCriteria.Builder> sortCriteria)
Represents the criteria used for sorting scan entries.
|
DescribeMalwareScansRequest.Builder |
sortCriteria(SortCriteria sortCriteria)
Represents the criteria used for sorting scan entries.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeMalwareScansRequest.Builder detectorId(String detectorId)
The unique ID of the detector that the request is associated with.
detectorId - The unique ID of the detector that the request is associated with.DescribeMalwareScansRequest.Builder nextToken(String nextToken)
You can use this parameter when paginating results. Set the value of this parameter to null on your first call to the list action. For subsequent calls to the action, fill nextToken in the request with the value of NextToken from the previous response to continue listing data.
nextToken - You can use this parameter when paginating results. Set the value of this parameter to null on your
first call to the list action. For subsequent calls to the action, fill nextToken in the request with
the value of NextToken from the previous response to continue listing data.DescribeMalwareScansRequest.Builder maxResults(Integer maxResults)
You can use this parameter to indicate the maximum number of items that you want in the response. The default value is 50. The maximum value is 50.
maxResults - You can use this parameter to indicate the maximum number of items that you want in the response. The
default value is 50. The maximum value is 50.DescribeMalwareScansRequest.Builder filterCriteria(FilterCriteria filterCriteria)
Represents the criteria to be used in the filter for describing scan entries.
filterCriteria - Represents the criteria to be used in the filter for describing scan entries.default DescribeMalwareScansRequest.Builder filterCriteria(Consumer<FilterCriteria.Builder> filterCriteria)
Represents the criteria to be used in the filter for describing scan entries.
This is a convenience method that creates an instance of theFilterCriteria.Builder avoiding the need
to create one manually via FilterCriteria.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to filterCriteria(FilterCriteria).
filterCriteria - a consumer that will call methods on FilterCriteria.BuilderfilterCriteria(FilterCriteria)DescribeMalwareScansRequest.Builder sortCriteria(SortCriteria sortCriteria)
Represents the criteria used for sorting scan entries. The attributeName is required and it must be scanStartTime.
sortCriteria - Represents the criteria used for sorting scan entries. The attributeName is required and it must be scanStartTime.default DescribeMalwareScansRequest.Builder sortCriteria(Consumer<SortCriteria.Builder> sortCriteria)
Represents the criteria used for sorting scan entries. The attributeName is required and it must be scanStartTime.
SortCriteria.Builder avoiding the need
to create one manually via SortCriteria.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to sortCriteria(SortCriteria).
sortCriteria - a consumer that will call methods on SortCriteria.BuildersortCriteria(SortCriteria)DescribeMalwareScansRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeMalwareScansRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.