public static interface ImageLayerAggregation.Builder extends SdkPojo, CopyableBuilder<ImageLayerAggregation.Builder,ImageLayerAggregation>
| Modifier and Type | Method and Description |
|---|---|
ImageLayerAggregation.Builder |
layerHashes(Collection<StringFilter> layerHashes)
The hashes associated with the layers.
|
ImageLayerAggregation.Builder |
layerHashes(Consumer<StringFilter.Builder>... layerHashes)
The hashes associated with the layers.
|
ImageLayerAggregation.Builder |
layerHashes(StringFilter... layerHashes)
The hashes associated with the layers.
|
ImageLayerAggregation.Builder |
repositories(Collection<StringFilter> repositories)
The repository associated with the container image hosting the layers.
|
ImageLayerAggregation.Builder |
repositories(Consumer<StringFilter.Builder>... repositories)
The repository associated with the container image hosting the layers.
|
ImageLayerAggregation.Builder |
repositories(StringFilter... repositories)
The repository associated with the container image hosting the layers.
|
ImageLayerAggregation.Builder |
resourceIds(Collection<StringFilter> resourceIds)
The ID of the container image layer.
|
ImageLayerAggregation.Builder |
resourceIds(Consumer<StringFilter.Builder>... resourceIds)
The ID of the container image layer.
|
ImageLayerAggregation.Builder |
resourceIds(StringFilter... resourceIds)
The ID of the container image layer.
|
ImageLayerAggregation.Builder |
sortBy(ImageLayerSortBy sortBy)
The value to sort results by.
|
ImageLayerAggregation.Builder |
sortBy(String sortBy)
The value to sort results by.
|
ImageLayerAggregation.Builder |
sortOrder(SortOrder sortOrder)
The order to sort results by.
|
ImageLayerAggregation.Builder |
sortOrder(String sortOrder)
The order to sort results by.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildImageLayerAggregation.Builder layerHashes(Collection<StringFilter> layerHashes)
The hashes associated with the layers.
layerHashes - The hashes associated with the layers.ImageLayerAggregation.Builder layerHashes(StringFilter... layerHashes)
The hashes associated with the layers.
layerHashes - The hashes associated with the layers.ImageLayerAggregation.Builder layerHashes(Consumer<StringFilter.Builder>... layerHashes)
The hashes associated with the layers.
This is a convenience method that creates an instance of theList.Builder avoiding the
need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #layerHashes(List) .layerHashes - a consumer that will call methods on List.Builder #layerHashes(List) ImageLayerAggregation.Builder repositories(Collection<StringFilter> repositories)
The repository associated with the container image hosting the layers.
repositories - The repository associated with the container image hosting the layers.ImageLayerAggregation.Builder repositories(StringFilter... repositories)
The repository associated with the container image hosting the layers.
repositories - The repository associated with the container image hosting the layers.ImageLayerAggregation.Builder repositories(Consumer<StringFilter.Builder>... repositories)
The repository associated with the container image hosting the layers.
This is a convenience method that creates an instance of theList.Builder avoiding the
need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #repositories(List) .repositories - a consumer that will call methods on List.Builder #repositories(List) ImageLayerAggregation.Builder resourceIds(Collection<StringFilter> resourceIds)
The ID of the container image layer.
resourceIds - The ID of the container image layer.ImageLayerAggregation.Builder resourceIds(StringFilter... resourceIds)
The ID of the container image layer.
resourceIds - The ID of the container image layer.ImageLayerAggregation.Builder resourceIds(Consumer<StringFilter.Builder>... resourceIds)
The ID of the container image layer.
This is a convenience method that creates an instance of theList.Builder avoiding the
need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #resourceIds(List) .resourceIds - a consumer that will call methods on List.Builder #resourceIds(List) ImageLayerAggregation.Builder sortBy(String sortBy)
The value to sort results by.
sortBy - The value to sort results by.ImageLayerSortBy,
ImageLayerSortByImageLayerAggregation.Builder sortBy(ImageLayerSortBy sortBy)
The value to sort results by.
sortBy - The value to sort results by.ImageLayerSortBy,
ImageLayerSortByImageLayerAggregation.Builder sortOrder(String sortOrder)
The order to sort results by.
ImageLayerAggregation.Builder sortOrder(SortOrder sortOrder)
The order to sort results by.
Copyright © 2022. All rights reserved.