Interface ListImageScanFindingsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListImageScanFindingsRequest.Builder,ListImageScanFindingsRequest>,ImagebuilderRequest.Builder,SdkBuilder<ListImageScanFindingsRequest.Builder,ListImageScanFindingsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListImageScanFindingsRequest
public static interface ListImageScanFindingsRequest.Builder extends ImagebuilderRequest.Builder, SdkPojo, CopyableBuilder<ListImageScanFindingsRequest.Builder,ListImageScanFindingsRequest>
-
-
Method Summary
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.imagebuilder.model.ImagebuilderRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
filters
ListImageScanFindingsRequest.Builder filters(Collection<ImageScanFindingsFilter> filters)
An array of name value pairs that you can use to filter your results. You can use the following filters to streamline results:
-
imageBuildVersionArn -
imagePipelineArn -
vulnerabilityId -
severity
If you don't request a filter, then all findings in your account are listed.
- Parameters:
filters- An array of name value pairs that you can use to filter your results. You can use the following filters to streamline results:-
imageBuildVersionArn -
imagePipelineArn -
vulnerabilityId -
severity
If you don't request a filter, then all findings in your account are listed.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
filters
ListImageScanFindingsRequest.Builder filters(ImageScanFindingsFilter... filters)
An array of name value pairs that you can use to filter your results. You can use the following filters to streamline results:
-
imageBuildVersionArn -
imagePipelineArn -
vulnerabilityId -
severity
If you don't request a filter, then all findings in your account are listed.
- Parameters:
filters- An array of name value pairs that you can use to filter your results. You can use the following filters to streamline results:-
imageBuildVersionArn -
imagePipelineArn -
vulnerabilityId -
severity
If you don't request a filter, then all findings in your account are listed.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
filters
ListImageScanFindingsRequest.Builder filters(Consumer<ImageScanFindingsFilter.Builder>... filters)
An array of name value pairs that you can use to filter your results. You can use the following filters to streamline results:
-
imageBuildVersionArn -
imagePipelineArn -
vulnerabilityId -
severity
If you don't request a filter, then all findings in your account are listed.
This is a convenience method that creates an instance of theImageScanFindingsFilter.Builderavoiding the need to create one manually viaImageScanFindingsFilter.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#filters(List.) - Parameters:
filters- a consumer that will call methods onImageScanFindingsFilter.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#filters(java.util.Collection)
-
-
maxResults
ListImageScanFindingsRequest.Builder maxResults(Integer maxResults)
The maximum items to return in a request.
- Parameters:
maxResults- The maximum items to return in a request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListImageScanFindingsRequest.Builder nextToken(String nextToken)
A token to specify where to start paginating. This is the nextToken from a previously truncated response.
- Parameters:
nextToken- A token to specify where to start paginating. This is the nextToken from a previously truncated response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListImageScanFindingsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListImageScanFindingsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-