Interface EcrConfiguration.Builder

  • Method Details

    • 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-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 named image-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

      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.