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 TypeMethodDescriptioncontainerTags
(String... containerTags) Tags for Image Builder to apply to the output container image that &INS; scans.containerTags
(Collection<String> containerTags) Tags for Image Builder to apply to the output container image that &INS; scans.repositoryName
(String repositoryName) The name of the container repository that Amazon Inspector scans to identify findings for your container images.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
repositoryName
The name of the container repository that Amazon Inspector scans to identify findings for your container images. The name includes the path for the repository location. If you don’t provide this information, Image Builder creates a repository in your account named
image-builder-image-scanning-repository
for vulnerability scans of your output container images.- Parameters:
repositoryName
- The name of the container repository that Amazon Inspector scans to identify findings for your container images. The name includes the path for the repository location. If you don’t provide this information, Image Builder creates a repository in your account namedimage-builder-image-scanning-repository
for vulnerability scans of your output container images.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
containerTags
Tags for Image Builder to apply to the output container image that &INS; scans. Tags can help you identify and manage your scanned images.
- Parameters:
containerTags
- Tags for Image Builder to apply to the output container image that &INS; scans. Tags can help you identify and manage your scanned images.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
containerTags
Tags for Image Builder to apply to the output container image that &INS; scans. Tags can help you identify and manage your scanned images.
- Parameters:
containerTags
- Tags for Image Builder to apply to the output container image that &INS; scans. Tags can help you identify and manage your scanned images.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-