public static interface BatchCheckLayerAvailabilityResponse.Builder extends ECRResponse.Builder, 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(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(Layer... layers)
A list of image layer objects corresponding to the image layer references in the request.
|
buildcopyapply, 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 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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.