CopyableBuilder<BatchDeleteImageResponse.Builder,BatchDeleteImageResponse>
, SdkBuilder<BatchDeleteImageResponse.Builder,BatchDeleteImageResponse>
public static interface BatchDeleteImageResponse.Builder extends CopyableBuilder<BatchDeleteImageResponse.Builder,BatchDeleteImageResponse>
Modifier and Type | Method | Description |
---|---|---|
BatchDeleteImageResponse.Builder |
failures(Collection<ImageFailure> failures) |
Any failures associated with the call.
|
BatchDeleteImageResponse.Builder |
failures(ImageFailure... failures) |
Any failures associated with the call.
|
BatchDeleteImageResponse.Builder |
imageIds(Collection<ImageIdentifier> imageIds) |
The image IDs of the deleted images.
|
BatchDeleteImageResponse.Builder |
imageIds(ImageIdentifier... imageIds) |
The image IDs of the deleted images.
|
copy
apply, build
BatchDeleteImageResponse.Builder imageIds(Collection<ImageIdentifier> imageIds)
The image IDs of the deleted images.
imageIds
- The image IDs of the deleted images.BatchDeleteImageResponse.Builder imageIds(ImageIdentifier... imageIds)
The image IDs of the deleted images.
NOTE: This method appends the values to the existing list (if any). Use
#setImageIds(java.util.Collection)
or #withImageIds(java.util.Collection)
if you want to
override the existing values.
imageIds
- The image IDs of the deleted images.BatchDeleteImageResponse.Builder failures(Collection<ImageFailure> failures)
Any failures associated with the call.
failures
- Any failures associated with the call.BatchDeleteImageResponse.Builder failures(ImageFailure... 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.