@Generated(value="software.amazon.awssdk:codegen") public final class ImageScanningConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ImageScanningConfiguration.Builder,ImageScanningConfiguration>
The image scanning configuration for a repository.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ImageScanningConfiguration.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ImageScanningConfiguration.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Boolean |
scanOnPush()
The setting that determines whether images are scanned after being pushed to a repository.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ImageScanningConfiguration.Builder> |
serializableBuilderClass() |
ImageScanningConfiguration.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Boolean scanOnPush()
The setting that determines whether images are scanned after being pushed to a repository. If set to
true, images will be scanned after being pushed. If this parameter is not specified, it will default
to false and images will not be scanned unless a scan is manually started with the
StartImageScan API.
true, images will be scanned after being pushed. If this parameter is not specified, it will
default to false and images will not be scanned unless a scan is manually started with the
StartImageScan API.public ImageScanningConfiguration.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ImageScanningConfiguration.Builder,ImageScanningConfiguration>public static ImageScanningConfiguration.Builder builder()
public static Class<? extends ImageScanningConfiguration.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.