Class ImageScanFindingAggregation
- java.lang.Object
-
- software.amazon.awssdk.services.imagebuilder.model.ImageScanFindingAggregation
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ImageScanFindingAggregation.Builder,ImageScanFindingAggregation>
@Generated("software.amazon.awssdk:codegen") public final class ImageScanFindingAggregation extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ImageScanFindingAggregation.Builder,ImageScanFindingAggregation>
This returns exactly one type of aggregation, based on the filter that Image Builder applies in its API action.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceImageScanFindingAggregation.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description AccountAggregationaccountAggregation()Returns an object that contains severity counts based on an account ID.static ImageScanFindingAggregation.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()ImageAggregationimageAggregation()Returns an object that contains severity counts based on the Amazon Resource Name (ARN) for a specific image.ImagePipelineAggregationimagePipelineAggregation()Returns an object that contains severity counts based on an image pipeline ARN.List<SdkField<?>>sdkFields()static Class<? extends ImageScanFindingAggregation.Builder>serializableBuilderClass()ImageScanFindingAggregation.BuildertoBuilder()StringtoString()Returns a string representation of this object.VulnerabilityIdAggregationvulnerabilityIdAggregation()Returns an object that contains severity counts based on vulnerability ID.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
accountAggregation
public final AccountAggregation accountAggregation()
Returns an object that contains severity counts based on an account ID.
- Returns:
- Returns an object that contains severity counts based on an account ID.
-
imageAggregation
public final ImageAggregation imageAggregation()
Returns an object that contains severity counts based on the Amazon Resource Name (ARN) for a specific image.
- Returns:
- Returns an object that contains severity counts based on the Amazon Resource Name (ARN) for a specific image.
-
imagePipelineAggregation
public final ImagePipelineAggregation imagePipelineAggregation()
Returns an object that contains severity counts based on an image pipeline ARN.
- Returns:
- Returns an object that contains severity counts based on an image pipeline ARN.
-
vulnerabilityIdAggregation
public final VulnerabilityIdAggregation vulnerabilityIdAggregation()
Returns an object that contains severity counts based on vulnerability ID.
- Returns:
- Returns an object that contains severity counts based on vulnerability ID.
-
toBuilder
public ImageScanFindingAggregation.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ImageScanFindingAggregation.Builder,ImageScanFindingAggregation>
-
builder
public static ImageScanFindingAggregation.Builder builder()
-
serializableBuilderClass
public static Class<? extends ImageScanFindingAggregation.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-