Interface GetContainerImagesResponse.Builder

    • Method Detail

      • containerImages

        GetContainerImagesResponse.Builder containerImages​(Collection<ContainerImage> containerImages)

        An array of objects that describe container images that are registered to the container service.

        Parameters:
        containerImages - An array of objects that describe container images that are registered to the container service.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • containerImages

        GetContainerImagesResponse.Builder containerImages​(ContainerImage... containerImages)

        An array of objects that describe container images that are registered to the container service.

        Parameters:
        containerImages - An array of objects that describe container images that are registered to the container service.
        Returns:
        Returns a reference to this object so that method calls can be chained together.