Interface EcrContainerImageMetadata.Builder

All Superinterfaces:
Buildable, CopyableBuilder<EcrContainerImageMetadata.Builder,EcrContainerImageMetadata>, SdkBuilder<EcrContainerImageMetadata.Builder,EcrContainerImageMetadata>, SdkPojo
Enclosing class:
EcrContainerImageMetadata

public static interface EcrContainerImageMetadata.Builder extends SdkPojo, CopyableBuilder<EcrContainerImageMetadata.Builder,EcrContainerImageMetadata>
  • Method Details

    • 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

      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

      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.