@Stability(value=Stable) public static final class CfnRepository.ImageScanningConfigurationProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnRepository.ImageScanningConfigurationProperty>
CfnRepository.ImageScanningConfigurationProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnRepository.ImageScanningConfigurationProperty |
build()
Builds the configured instance.
|
CfnRepository.ImageScanningConfigurationProperty.Builder |
scanOnPush(Boolean scanOnPush)
Sets the value of
CfnRepository.ImageScanningConfigurationProperty.getScanOnPush() |
CfnRepository.ImageScanningConfigurationProperty.Builder |
scanOnPush(IResolvable scanOnPush)
Sets the value of
CfnRepository.ImageScanningConfigurationProperty.getScanOnPush() |
@Stability(value=Stable) public CfnRepository.ImageScanningConfigurationProperty.Builder scanOnPush(Boolean scanOnPush)
CfnRepository.ImageScanningConfigurationProperty.getScanOnPush()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.this@Stability(value=Stable) public CfnRepository.ImageScanningConfigurationProperty.Builder scanOnPush(IResolvable scanOnPush)
CfnRepository.ImageScanningConfigurationProperty.getScanOnPush()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.this@Stability(value=Stable) public CfnRepository.ImageScanningConfigurationProperty build()
build in interface software.amazon.jsii.Builder<CfnRepository.ImageScanningConfigurationProperty>CfnRepository.ImageScanningConfigurationPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.