public static interface DeleteAttributesResponse.Builder extends EcsResponse.Builder, SdkPojo, 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.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, 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.
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 © 2019. All rights reserved.