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, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
BatchCheckLayerAvailabilityResponse.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 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 #layers(List)
.layers
- a consumer that will call methods on List.Builder
#layers(List)
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 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 #failures(List)
.failures
- a consumer that will call methods on List.Builder
#failures(List)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.