public static interface BatchCheckLayerAvailabilityResponse.Builder extends EcrResponse.Builder, SdkPojo, CopyableBuilder<BatchCheckLayerAvailabilityResponse.Builder,BatchCheckLayerAvailabilityResponse>
| Modifier and Type | Method and Description |
|---|---|
BatchCheckLayerAvailabilityResponse.Builder |
failures(Collection<LayerFailure> failures)
Any failures associated with the call.
|
BatchCheckLayerAvailabilityResponse.Builder |
failures(Consumer<LayerFailure.Builder>... failures)
Any failures associated with the call.
|
BatchCheckLayerAvailabilityResponse.Builder |
failures(LayerFailure... failures)
Any failures associated with the call.
|
BatchCheckLayerAvailabilityResponse.Builder |
layers(Collection<Layer> layers)
A list of image layer objects corresponding to the image layer references in the request.
|
BatchCheckLayerAvailabilityResponse.Builder |
layers(Consumer<Layer.Builder>... layers)
A list of image layer objects corresponding to the image layer references in the request.
|
BatchCheckLayerAvailabilityResponse.Builder |
layers(Layer... layers)
A list of image layer objects corresponding to the image layer references in the request.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchCheckLayerAvailabilityResponse.Builder layers(Collection<Layer> layers)
A list of image layer objects corresponding to the image layer references in the request.
layers - A list of image layer objects corresponding to the image layer references in the request.BatchCheckLayerAvailabilityResponse.Builder layers(Layer... layers)
A list of image layer objects corresponding to the image layer references in the request.
layers - A list of image layer objects corresponding to the image layer references in the request.BatchCheckLayerAvailabilityResponse.Builder layers(Consumer<Layer.Builder>... layers)
A list of image layer objects corresponding to the image layer references in the request.
This is a convenience method that creates an instance of theLayer.Builder avoiding the need to create one manually via
Layer.builder().
When the Consumer completes, SdkBuilder.build()
is called immediately and its result is passed to #layers(List.
layers - a consumer that will call methods on Layer.Builder#layers(java.util.Collection) BatchCheckLayerAvailabilityResponse.Builder failures(Collection<LayerFailure> failures)
Any failures associated with the call.
failures - Any failures associated with the call.BatchCheckLayerAvailabilityResponse.Builder failures(LayerFailure... failures)
Any failures associated with the call.
failures - Any failures associated with the call.BatchCheckLayerAvailabilityResponse.Builder failures(Consumer<LayerFailure.Builder>... failures)
Any failures associated with the call.
This is a convenience method that creates an instance of theLayerFailure.Builder avoiding the need to create one
manually via LayerFailure.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #failures(List.
failures - a consumer that will call methods on
LayerFailure.Builder#failures(java.util.Collection) Copyright © 2023. All rights reserved.