Interface EcrConfiguration.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<EcrConfiguration.Builder,,EcrConfiguration> SdkBuilder<EcrConfiguration.Builder,,EcrConfiguration> SdkPojo
- Enclosing class:
EcrConfiguration
@Mutable
@NotThreadSafe
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 Amazon Inspector scans.containerTags(Collection<String> containerTags) Tags for Image Builder to apply to the output container image that Amazon Inspector scans.repositoryName(String repositoryName) The name of the container repository where Image Builder pushes the container image for the vulnerability scan.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
-
repositoryName
The name of the container repository where Image Builder pushes the container image for the vulnerability scan. Provide the repository name only (a namespace path is allowed, but not the registry hostname); the repository must already exist in your account. If you don't specify a repository name, Image Builder creates the default repository
image-builder-image-scanning-repositoryin your account.- Parameters:
repositoryName- The name of the container repository where Image Builder pushes the container image for the vulnerability scan. Provide the repository name only (a namespace path is allowed, but not the registry hostname); the repository must already exist in your account. If you don't specify a repository name, Image Builder creates the default repositoryimage-builder-image-scanning-repositoryin your account.- 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 Amazon Inspector 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 Amazon Inspector 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 Amazon Inspector 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 Amazon Inspector 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.
-