Interface ConnectorContainerImageScanConfiguration.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ConnectorContainerImageScanConfiguration.Builder,,ConnectorContainerImageScanConfiguration> SdkBuilder<ConnectorContainerImageScanConfiguration.Builder,,ConnectorContainerImageScanConfiguration> SdkPojo
- Enclosing class:
ConnectorContainerImageScanConfiguration
-
Method Summary
Modifier and TypeMethodDescriptionpullDuration(String pullDuration) The amount of time after a container image is last pulled from a repository during which Amazon Inspector continues to rescan the image for vulnerabilities.pullDuration(ContainerImagePullDateRescanDuration pullDuration) The amount of time after a container image is last pulled from a repository during which Amazon Inspector continues to rescan the image for vulnerabilities.pushDuration(String pushDuration) The amount of time after a container image is pushed to a repository during which Amazon Inspector continues to rescan the image for vulnerabilities.pushDuration(ContainerImageRescanDuration pushDuration) The amount of time after a container image is pushed to a repository during which Amazon Inspector continues to rescan the image for vulnerabilities.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, sdkFieldNameToField, sdkFields
-
Method Details
-
pushDuration
The amount of time after a container image is pushed to a repository during which Amazon Inspector continues to rescan the image for vulnerabilities. Valid values are
LIFETIME,DAYS_3,DAYS_7,DAYS_14,DAYS_30,DAYS_60,DAYS_90, andDAYS_180.- Parameters:
pushDuration- The amount of time after a container image is pushed to a repository during which Amazon Inspector continues to rescan the image for vulnerabilities. Valid values areLIFETIME,DAYS_3,DAYS_7,DAYS_14,DAYS_30,DAYS_60,DAYS_90, andDAYS_180.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
pushDuration
ConnectorContainerImageScanConfiguration.Builder pushDuration(ContainerImageRescanDuration pushDuration) The amount of time after a container image is pushed to a repository during which Amazon Inspector continues to rescan the image for vulnerabilities. Valid values are
LIFETIME,DAYS_3,DAYS_7,DAYS_14,DAYS_30,DAYS_60,DAYS_90, andDAYS_180.- Parameters:
pushDuration- The amount of time after a container image is pushed to a repository during which Amazon Inspector continues to rescan the image for vulnerabilities. Valid values areLIFETIME,DAYS_3,DAYS_7,DAYS_14,DAYS_30,DAYS_60,DAYS_90, andDAYS_180.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
pullDuration
The amount of time after a container image is last pulled from a repository during which Amazon Inspector continues to rescan the image for vulnerabilities. Valid values are
DAYS_3,DAYS_7,DAYS_14,DAYS_30,DAYS_60,DAYS_90, andDAYS_180.- Parameters:
pullDuration- The amount of time after a container image is last pulled from a repository during which Amazon Inspector continues to rescan the image for vulnerabilities. Valid values areDAYS_3,DAYS_7,DAYS_14,DAYS_30,DAYS_60,DAYS_90, andDAYS_180.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
pullDuration
ConnectorContainerImageScanConfiguration.Builder pullDuration(ContainerImagePullDateRescanDuration pullDuration) The amount of time after a container image is last pulled from a repository during which Amazon Inspector continues to rescan the image for vulnerabilities. Valid values are
DAYS_3,DAYS_7,DAYS_14,DAYS_30,DAYS_60,DAYS_90, andDAYS_180.- Parameters:
pullDuration- The amount of time after a container image is last pulled from a repository during which Amazon Inspector continues to rescan the image for vulnerabilities. Valid values areDAYS_3,DAYS_7,DAYS_14,DAYS_30,DAYS_60,DAYS_90, andDAYS_180.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-