public static interface AggregationRequest.Builder extends SdkPojo, CopyableBuilder<AggregationRequest.Builder,AggregationRequest>
| Modifier and Type | Method and Description |
|---|---|
AggregationRequest.Builder |
accountAggregation(AccountAggregation accountAggregation)
An object that contains details about an aggregation request based on Amazon Web Services account IDs.
|
default AggregationRequest.Builder |
accountAggregation(Consumer<AccountAggregation.Builder> accountAggregation)
An object that contains details about an aggregation request based on Amazon Web Services account IDs.
|
AggregationRequest.Builder |
amiAggregation(AmiAggregation amiAggregation)
An object that contains details about an aggregation request based on Amazon Machine Images (AMIs).
|
default AggregationRequest.Builder |
amiAggregation(Consumer<AmiAggregation.Builder> amiAggregation)
An object that contains details about an aggregation request based on Amazon Machine Images (AMIs).
|
AggregationRequest.Builder |
awsEcrContainerAggregation(AwsEcrContainerAggregation awsEcrContainerAggregation)
An object that contains details about an aggregation request based on Amazon ECR container images.
|
default AggregationRequest.Builder |
awsEcrContainerAggregation(Consumer<AwsEcrContainerAggregation.Builder> awsEcrContainerAggregation)
An object that contains details about an aggregation request based on Amazon ECR container images.
|
default AggregationRequest.Builder |
ec2InstanceAggregation(Consumer<Ec2InstanceAggregation.Builder> ec2InstanceAggregation)
An object that contains details about an aggregation request based on Amazon EC2 instances.
|
AggregationRequest.Builder |
ec2InstanceAggregation(Ec2InstanceAggregation ec2InstanceAggregation)
An object that contains details about an aggregation request based on Amazon EC2 instances.
|
default AggregationRequest.Builder |
findingTypeAggregation(Consumer<FindingTypeAggregation.Builder> findingTypeAggregation)
An object that contains details about an aggregation request based on finding types.
|
AggregationRequest.Builder |
findingTypeAggregation(FindingTypeAggregation findingTypeAggregation)
An object that contains details about an aggregation request based on finding types.
|
default AggregationRequest.Builder |
imageLayerAggregation(Consumer<ImageLayerAggregation.Builder> imageLayerAggregation)
An object that contains details about an aggregation request based on container image layers.
|
AggregationRequest.Builder |
imageLayerAggregation(ImageLayerAggregation imageLayerAggregation)
An object that contains details about an aggregation request based on container image layers.
|
default AggregationRequest.Builder |
packageAggregation(Consumer<PackageAggregation.Builder> packageAggregation)
An object that contains details about an aggregation request based on operating system package type.
|
AggregationRequest.Builder |
packageAggregation(PackageAggregation packageAggregation)
An object that contains details about an aggregation request based on operating system package type.
|
default AggregationRequest.Builder |
repositoryAggregation(Consumer<RepositoryAggregation.Builder> repositoryAggregation)
An object that contains details about an aggregation request based on Amazon ECR repositories.
|
AggregationRequest.Builder |
repositoryAggregation(RepositoryAggregation repositoryAggregation)
An object that contains details about an aggregation request based on Amazon ECR repositories.
|
default AggregationRequest.Builder |
titleAggregation(Consumer<TitleAggregation.Builder> titleAggregation)
An object that contains details about an aggregation request based on finding title.
|
AggregationRequest.Builder |
titleAggregation(TitleAggregation titleAggregation)
An object that contains details about an aggregation request based on finding title.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAggregationRequest.Builder accountAggregation(AccountAggregation accountAggregation)
An object that contains details about an aggregation request based on Amazon Web Services account IDs.
accountAggregation - An object that contains details about an aggregation request based on Amazon Web Services account IDs.default AggregationRequest.Builder accountAggregation(Consumer<AccountAggregation.Builder> accountAggregation)
An object that contains details about an aggregation request based on Amazon Web Services account IDs.
This is a convenience method that creates an instance of theAccountAggregation.Builder avoiding the
need to create one manually via AccountAggregation.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to accountAggregation(AccountAggregation).
accountAggregation - a consumer that will call methods on AccountAggregation.BuilderaccountAggregation(AccountAggregation)AggregationRequest.Builder amiAggregation(AmiAggregation amiAggregation)
An object that contains details about an aggregation request based on Amazon Machine Images (AMIs).
amiAggregation - An object that contains details about an aggregation request based on Amazon Machine Images (AMIs).default AggregationRequest.Builder amiAggregation(Consumer<AmiAggregation.Builder> amiAggregation)
An object that contains details about an aggregation request based on Amazon Machine Images (AMIs).
This is a convenience method that creates an instance of theAmiAggregation.Builder avoiding the need
to create one manually via AmiAggregation.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to amiAggregation(AmiAggregation).
amiAggregation - a consumer that will call methods on AmiAggregation.BuilderamiAggregation(AmiAggregation)AggregationRequest.Builder awsEcrContainerAggregation(AwsEcrContainerAggregation awsEcrContainerAggregation)
An object that contains details about an aggregation request based on Amazon ECR container images.
awsEcrContainerAggregation - An object that contains details about an aggregation request based on Amazon ECR container images.default AggregationRequest.Builder awsEcrContainerAggregation(Consumer<AwsEcrContainerAggregation.Builder> awsEcrContainerAggregation)
An object that contains details about an aggregation request based on Amazon ECR container images.
This is a convenience method that creates an instance of theAwsEcrContainerAggregation.Builder
avoiding the need to create one manually via AwsEcrContainerAggregation.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to awsEcrContainerAggregation(AwsEcrContainerAggregation).
awsEcrContainerAggregation - a consumer that will call methods on AwsEcrContainerAggregation.BuilderawsEcrContainerAggregation(AwsEcrContainerAggregation)AggregationRequest.Builder ec2InstanceAggregation(Ec2InstanceAggregation ec2InstanceAggregation)
An object that contains details about an aggregation request based on Amazon EC2 instances.
ec2InstanceAggregation - An object that contains details about an aggregation request based on Amazon EC2 instances.default AggregationRequest.Builder ec2InstanceAggregation(Consumer<Ec2InstanceAggregation.Builder> ec2InstanceAggregation)
An object that contains details about an aggregation request based on Amazon EC2 instances.
This is a convenience method that creates an instance of theEc2InstanceAggregation.Builder avoiding
the need to create one manually via Ec2InstanceAggregation.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to ec2InstanceAggregation(Ec2InstanceAggregation).
ec2InstanceAggregation - a consumer that will call methods on Ec2InstanceAggregation.Builderec2InstanceAggregation(Ec2InstanceAggregation)AggregationRequest.Builder findingTypeAggregation(FindingTypeAggregation findingTypeAggregation)
An object that contains details about an aggregation request based on finding types.
findingTypeAggregation - An object that contains details about an aggregation request based on finding types.default AggregationRequest.Builder findingTypeAggregation(Consumer<FindingTypeAggregation.Builder> findingTypeAggregation)
An object that contains details about an aggregation request based on finding types.
This is a convenience method that creates an instance of theFindingTypeAggregation.Builder avoiding
the need to create one manually via FindingTypeAggregation.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to findingTypeAggregation(FindingTypeAggregation).
findingTypeAggregation - a consumer that will call methods on FindingTypeAggregation.BuilderfindingTypeAggregation(FindingTypeAggregation)AggregationRequest.Builder imageLayerAggregation(ImageLayerAggregation imageLayerAggregation)
An object that contains details about an aggregation request based on container image layers.
imageLayerAggregation - An object that contains details about an aggregation request based on container image layers.default AggregationRequest.Builder imageLayerAggregation(Consumer<ImageLayerAggregation.Builder> imageLayerAggregation)
An object that contains details about an aggregation request based on container image layers.
This is a convenience method that creates an instance of theImageLayerAggregation.Builder avoiding
the need to create one manually via ImageLayerAggregation.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to imageLayerAggregation(ImageLayerAggregation).
imageLayerAggregation - a consumer that will call methods on ImageLayerAggregation.BuilderimageLayerAggregation(ImageLayerAggregation)AggregationRequest.Builder packageAggregation(PackageAggregation packageAggregation)
An object that contains details about an aggregation request based on operating system package type.
packageAggregation - An object that contains details about an aggregation request based on operating system package type.default AggregationRequest.Builder packageAggregation(Consumer<PackageAggregation.Builder> packageAggregation)
An object that contains details about an aggregation request based on operating system package type.
This is a convenience method that creates an instance of thePackageAggregation.Builder avoiding the
need to create one manually via PackageAggregation.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to packageAggregation(PackageAggregation).
packageAggregation - a consumer that will call methods on PackageAggregation.BuilderpackageAggregation(PackageAggregation)AggregationRequest.Builder repositoryAggregation(RepositoryAggregation repositoryAggregation)
An object that contains details about an aggregation request based on Amazon ECR repositories.
repositoryAggregation - An object that contains details about an aggregation request based on Amazon ECR repositories.default AggregationRequest.Builder repositoryAggregation(Consumer<RepositoryAggregation.Builder> repositoryAggregation)
An object that contains details about an aggregation request based on Amazon ECR repositories.
This is a convenience method that creates an instance of theRepositoryAggregation.Builder avoiding
the need to create one manually via RepositoryAggregation.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to repositoryAggregation(RepositoryAggregation).
repositoryAggregation - a consumer that will call methods on RepositoryAggregation.BuilderrepositoryAggregation(RepositoryAggregation)AggregationRequest.Builder titleAggregation(TitleAggregation titleAggregation)
An object that contains details about an aggregation request based on finding title.
titleAggregation - An object that contains details about an aggregation request based on finding title.default AggregationRequest.Builder titleAggregation(Consumer<TitleAggregation.Builder> titleAggregation)
An object that contains details about an aggregation request based on finding title.
This is a convenience method that creates an instance of theTitleAggregation.Builder avoiding the
need to create one manually via TitleAggregation.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to titleAggregation(TitleAggregation).
titleAggregation - a consumer that will call methods on TitleAggregation.BuildertitleAggregation(TitleAggregation)Copyright © 2022. All rights reserved.