Interface EcrContainerImageMetadata.Builder

    • Method Detail

      • imagePulledAt

        EcrContainerImageMetadata.Builder imagePulledAt​(Instant imagePulledAt)

        The date an image was last pulled at.

        Parameters:
        imagePulledAt - The date an image was last pulled at.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tags

        EcrContainerImageMetadata.Builder tags​(Collection<String> tags)

        Tags associated with the Amazon ECR image metadata.

        Parameters:
        tags - Tags associated with the Amazon ECR image metadata.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tags

        EcrContainerImageMetadata.Builder tags​(String... tags)

        Tags associated with the Amazon ECR image metadata.

        Parameters:
        tags - Tags associated with the Amazon ECR image metadata.
        Returns:
        Returns a reference to this object so that method calls can be chained together.