Interface EcrConfiguration.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<EcrConfiguration.Builder,,EcrConfiguration> SdkBuilder<EcrConfiguration.Builder,,EcrConfiguration> SdkPojo
- Enclosing class:
 EcrConfiguration
public static interface EcrConfiguration.Builder
extends SdkPojo, CopyableBuilder<EcrConfiguration.Builder,EcrConfiguration> 
- 
Method Summary
Modifier and TypeMethodDescriptionrescanDuration(String rescanDuration) The ECR automated re-scan duration defines how long an ECR image will be actively scanned by Amazon Inspector.rescanDuration(EcrRescanDuration rescanDuration) The ECR automated re-scan duration defines how long an ECR image will be actively scanned by Amazon Inspector.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
rescanDuration
The ECR automated re-scan duration defines how long an ECR image will be actively scanned by Amazon Inspector. When the number of days since an image was last pushed exceeds the automated re-scan duration the monitoring state of that image becomes
inactiveand all associated findings are scheduled for closure.- Parameters:
 rescanDuration- The ECR automated re-scan duration defines how long an ECR image will be actively scanned by Amazon Inspector. When the number of days since an image was last pushed exceeds the automated re-scan duration the monitoring state of that image becomesinactiveand all associated findings are scheduled for closure.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
rescanDuration
The ECR automated re-scan duration defines how long an ECR image will be actively scanned by Amazon Inspector. When the number of days since an image was last pushed exceeds the automated re-scan duration the monitoring state of that image becomes
inactiveand all associated findings are scheduled for closure.- Parameters:
 rescanDuration- The ECR automated re-scan duration defines how long an ECR image will be actively scanned by Amazon Inspector. When the number of days since an image was last pushed exceeds the automated re-scan duration the monitoring state of that image becomesinactiveand all associated findings are scheduled for closure.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 
 -