public static interface DeleteAttributesResponse.Builder extends ECSResponse.Builder, CopyableBuilder<DeleteAttributesResponse.Builder,DeleteAttributesResponse>
| Modifier and Type | Method and Description |
|---|---|
DeleteAttributesResponse.Builder |
attributes(Attribute... attributes)
A list of attribute objects that were successfully deleted from your resource.
|
DeleteAttributesResponse.Builder |
attributes(Collection<Attribute> attributes)
A list of attribute objects that were successfully deleted from your resource.
|
buildcopyapply, buildDeleteAttributesResponse.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.
attributes - A list of attribute objects that were successfully deleted from your resource.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.