Uses of Interface
software.amazon.awssdk.services.inspector2.model.EcrRescanDurationState.Builder
-
Packages that use EcrRescanDurationState.Builder Package Description software.amazon.awssdk.services.inspector2.model -
-
Uses of EcrRescanDurationState.Builder in software.amazon.awssdk.services.inspector2.model
Methods in software.amazon.awssdk.services.inspector2.model that return EcrRescanDurationState.Builder Modifier and Type Method Description static EcrRescanDurationState.BuilderEcrRescanDurationState. builder()EcrRescanDurationState.BuilderEcrRescanDurationState.Builder. rescanDuration(String rescanDuration)The ECR automated re-scan duration defines how long an ECR image will be actively scanned by Amazon Inspector.EcrRescanDurationState.BuilderEcrRescanDurationState.Builder. rescanDuration(EcrRescanDuration rescanDuration)The ECR automated re-scan duration defines how long an ECR image will be actively scanned by Amazon Inspector.EcrRescanDurationState.BuilderEcrRescanDurationState.Builder. status(String status)The status of changes to the ECR automated re-scan duration.EcrRescanDurationState.BuilderEcrRescanDurationState.Builder. status(EcrRescanDurationStatus status)The status of changes to the ECR automated re-scan duration.EcrRescanDurationState.BuilderEcrRescanDurationState. toBuilder()EcrRescanDurationState.BuilderEcrRescanDurationState.Builder. updatedAt(Instant updatedAt)A timestamp representing when the last time the ECR scan duration setting was changed.Methods in software.amazon.awssdk.services.inspector2.model that return types with arguments of type EcrRescanDurationState.Builder Modifier and Type Method Description static Class<? extends EcrRescanDurationState.Builder>EcrRescanDurationState. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.inspector2.model with type arguments of type EcrRescanDurationState.Builder Modifier and Type Method Description default EcrConfigurationState.BuilderEcrConfigurationState.Builder. rescanDurationState(Consumer<EcrRescanDurationState.Builder> rescanDurationState)An object that contains details about the state of the ECR automated re-scan setting.
-