public static interface EcrRescanDurationState.Builder extends SdkPojo, CopyableBuilder<EcrRescanDurationState.Builder,EcrRescanDurationState>
| Modifier and Type | Method and Description |
|---|---|
EcrRescanDurationState.Builder |
rescanDuration(EcrRescanDuration rescanDuration)
The ECR automated re-scan duration defines how long an ECR image will be actively scanned by Amazon
Inspector.
|
EcrRescanDurationState.Builder |
rescanDuration(String rescanDuration)
The ECR automated re-scan duration defines how long an ECR image will be actively scanned by Amazon
Inspector.
|
EcrRescanDurationState.Builder |
status(EcrRescanDurationStatus status)
The status of changes to the ECR automated re-scan duration.
|
EcrRescanDurationState.Builder |
status(String status)
The status of changes to the ECR automated re-scan duration.
|
EcrRescanDurationState.Builder |
updatedAt(Instant updatedAt)
A timestamp representing when the last time the ECR scan duration setting was changed.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildEcrRescanDurationState.Builder rescanDuration(String 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 inactive and all associated findings are scheduled for
closure.
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 inactive and all associated findings
are scheduled for closure.EcrRescanDuration,
EcrRescanDurationEcrRescanDurationState.Builder rescanDuration(EcrRescanDuration 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 inactive and all associated findings are scheduled for
closure.
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 inactive and all associated findings
are scheduled for closure.EcrRescanDuration,
EcrRescanDurationEcrRescanDurationState.Builder status(String status)
The status of changes to the ECR automated re-scan duration.
status - The status of changes to the ECR automated re-scan duration.EcrRescanDurationStatus,
EcrRescanDurationStatusEcrRescanDurationState.Builder status(EcrRescanDurationStatus status)
The status of changes to the ECR automated re-scan duration.
status - The status of changes to the ECR automated re-scan duration.EcrRescanDurationStatus,
EcrRescanDurationStatusEcrRescanDurationState.Builder updatedAt(Instant updatedAt)
A timestamp representing when the last time the ECR scan duration setting was changed.
updatedAt - A timestamp representing when the last time the ECR scan duration setting was changed.Copyright © 2022. All rights reserved.