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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EcrConfiguration.BuildercontainerTags(String... containerTags)Tags for Image Builder to apply to the output container image that &INS; scans.EcrConfiguration.BuildercontainerTags(Collection<String> containerTags)Tags for Image Builder to apply to the output container image that &INS; scans.EcrConfiguration.BuilderrepositoryName(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 Detail
-
repositoryName
EcrConfiguration.Builder repositoryName(String 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-repositoryfor 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-repositoryfor vulnerability scans of your output container images.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
containerTags
EcrConfiguration.Builder containerTags(Collection<String> 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
EcrConfiguration.Builder containerTags(String... 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.
-
-