CopyableBuilder<DeleteAttributesResponse.Builder,DeleteAttributesResponse>
, SdkBuilder<DeleteAttributesResponse.Builder,DeleteAttributesResponse>
public static interface DeleteAttributesResponse.Builder extends CopyableBuilder<DeleteAttributesResponse.Builder,DeleteAttributesResponse>
Modifier and Type | Method | Description |
---|---|---|
DeleteAttributesResponse.Builder |
attributes(Collection<Attribute> attributes) |
A list of attribute objects that were successfully deleted from your resource.
|
DeleteAttributesResponse.Builder |
attributes(Attribute... attributes) |
A list of attribute objects that were successfully deleted from your resource.
|
copy
apply, build
DeleteAttributesResponse.Builder attributes(Collection<Attribute> attributes)
A list of attribute objects that were successfully deleted from your resource.
attributes
- A list of attribute objects that were successfully deleted from your resource.DeleteAttributesResponse.Builder attributes(Attribute... attributes)
A list of attribute objects that were successfully deleted from your resource.
NOTE: This method appends the values to the existing list (if any). Use
#setAttributes(java.util.Collection)
or #withAttributes(java.util.Collection)
if you want to
override the existing values.
attributes
- A list of attribute objects that were successfully deleted from your resource.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.