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 theStringFilter.Builder avoiding the need to create one
manually via StringFilter.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #layerHashes(List.
layerHashes - a consumer that will call methods on
StringFilter.Builder#layerHashes(java.util.Collection) 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 theStringFilter.Builder avoiding the need to create one
manually via StringFilter.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #repositories(List.
repositories - a consumer that will call methods on
StringFilter.Builder#repositories(java.util.Collection) 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 theStringFilter.Builder avoiding the need to create one
manually via StringFilter.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #resourceIds(List.
resourceIds - a consumer that will call methods on
StringFilter.Builder#resourceIds(java.util.Collection) 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 © 2023. All rights reserved.