Interface ImageLayerAggregation.Builder

    • Method Detail

      • layerHashes

        ImageLayerAggregation.Builder layerHashes​(Collection<StringFilter> layerHashes)

        The hashes associated with the layers.

        Parameters:
        layerHashes - The hashes associated with the layers.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • layerHashes

        ImageLayerAggregation.Builder layerHashes​(StringFilter... layerHashes)

        The hashes associated with the layers.

        Parameters:
        layerHashes - The hashes associated with the layers.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • repositories

        ImageLayerAggregation.Builder repositories​(Collection<StringFilter> repositories)

        The repository associated with the container image hosting the layers.

        Parameters:
        repositories - The repository associated with the container image hosting the layers.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • repositories

        ImageLayerAggregation.Builder repositories​(StringFilter... repositories)

        The repository associated with the container image hosting the layers.

        Parameters:
        repositories - The repository associated with the container image hosting the layers.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • resourceIds

        ImageLayerAggregation.Builder resourceIds​(Collection<StringFilter> resourceIds)

        The ID of the container image layer.

        Parameters:
        resourceIds - The ID of the container image layer.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • resourceIds

        ImageLayerAggregation.Builder resourceIds​(StringFilter... resourceIds)

        The ID of the container image layer.

        Parameters:
        resourceIds - The ID of the container image layer.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • sortOrder

        ImageLayerAggregation.Builder sortOrder​(String sortOrder)

        The order to sort results by.

        Parameters:
        sortOrder - The order to sort results by.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        SortOrder, SortOrder
      • sortOrder

        ImageLayerAggregation.Builder sortOrder​(SortOrder sortOrder)

        The order to sort results by.

        Parameters:
        sortOrder - The order to sort results by.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        SortOrder, SortOrder