CopyableBuilder<BatchCheckLayerAvailabilityResponse.Builder,BatchCheckLayerAvailabilityResponse>, SdkBuilder<BatchCheckLayerAvailabilityResponse.Builder,BatchCheckLayerAvailabilityResponse>public static interface BatchCheckLayerAvailabilityResponse.Builder extends CopyableBuilder<BatchCheckLayerAvailabilityResponse.Builder,BatchCheckLayerAvailabilityResponse>
| Modifier and Type | Method | 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.
|
copyapply, 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.
NOTE: This method appends the values to the existing list (if any). Use
#setLayers(java.util.Collection) or #withLayers(java.util.Collection) if you want to override
the existing values.
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.
NOTE: This method appends the values to the existing list (if any). Use
#setFailures(java.util.Collection) or #withFailures(java.util.Collection) if you want to
override the existing values.
failures - Any failures associated with the call.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.