public static interface EcrConfiguration.Builder extends SdkPojo, CopyableBuilder<EcrConfiguration.Builder,EcrConfiguration>
| Modifier and Type | Method and Description |
|---|---|
EcrConfiguration.Builder |
containerTags(Collection<String> containerTags)
Tags for Image Builder to apply to the output container image that &INS; scans.
|
EcrConfiguration.Builder |
containerTags(String... containerTags)
Tags for Image Builder to apply to the output container image that &INS; scans.
|
EcrConfiguration.Builder |
repositoryName(String repositoryName)
The name of the container repository that Amazon Inspector scans to identify findings for your container
images.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildEcrConfiguration.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-repository for
vulnerability scans of your output container images.
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.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.
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.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.
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.Copyright © 2023. All rights reserved.