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.
|
DeleteAttributesResponse.Builder |
attributes(Consumer<Attribute.Builder>... attributes)
A list of attribute objects that were successfully deleted from your resource.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, 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.DeleteAttributesResponse.Builder attributes(Consumer<Attribute.Builder>... attributes)
A list of attribute objects that were successfully deleted from your resource.
This is a convenience that creates an instance of theList.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #attributes(List) .attributes - a consumer that will call methods on List.Builder #attributes(List) Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.