Interface AwsEcrContainerImageDetails.Builder

  • Method Details

    • architecture

      AwsEcrContainerImageDetails.Builder architecture(String architecture)

      The architecture of the Amazon ECR container image.

      Parameters:
      architecture - The architecture of the Amazon ECR container image.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • author

      The image author of the Amazon ECR container image.

      Parameters:
      author - The image author of the Amazon ECR container image.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • imageHash

      The image hash of the Amazon ECR container image.

      Parameters:
      imageHash - The image hash of the Amazon ECR container image.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • imageTags

      The image tags attached to the Amazon ECR container image.

      Parameters:
      imageTags - The image tags attached to the Amazon ECR container image.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • imageTags

      The image tags attached to the Amazon ECR container image.

      Parameters:
      imageTags - The image tags attached to the Amazon ECR container image.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • platform

      The platform of the Amazon ECR container image.

      Parameters:
      platform - The platform of the Amazon ECR container image.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • pushedAt

      The date and time the Amazon ECR container image was pushed.

      Parameters:
      pushedAt - The date and time the Amazon ECR container image was pushed.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • lastInUseAt

      AwsEcrContainerImageDetails.Builder lastInUseAt(Instant lastInUseAt)

      The most recent date and time a cluster was running the image.

      Parameters:
      lastInUseAt - The most recent date and time a cluster was running the image.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • inUseCount

      AwsEcrContainerImageDetails.Builder inUseCount(Long inUseCount)

      The number of Amazon ECS or Amazon EKS clusters currently running the image.

      Parameters:
      inUseCount - The number of Amazon ECS or Amazon EKS clusters currently running the image.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • registry

      The registry the Amazon ECR container image belongs to.

      Parameters:
      registry - The registry the Amazon ECR container image belongs to.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • repositoryName

      AwsEcrContainerImageDetails.Builder repositoryName(String repositoryName)

      The name of the repository the Amazon ECR container image resides in.

      Parameters:
      repositoryName - The name of the repository the Amazon ECR container image resides in.
      Returns:
      Returns a reference to this object so that method calls can be chained together.