public static interface ListTagsForResourceResponse.Builder extends software.amazon.awssdk.utils.builder.CopyableBuilder<ListTagsForResourceResponse.Builder,ListTagsForResourceResponse>
| Modifier and Type | Method and Description |
|---|---|
default ListTagsForResourceResponse.Builder |
tags(Consumer<Tags.Builder> tags)
A complex type that contains zero or more
Tag elements. |
ListTagsForResourceResponse.Builder |
tags(Tags tags)
A complex type that contains zero or more
Tag elements. |
ListTagsForResourceResponse.Builder tags(Tags tags)
A complex type that contains zero or more Tag elements.
tags - A complex type that contains zero or more Tag elements.default ListTagsForResourceResponse.Builder tags(Consumer<Tags.Builder> tags)
A complex type that contains zero or more Tag elements.
Tags.Builder avoiding the need to create one
manually via Tags.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to tags(Tags).tags - a consumer that will call methods on Tags.Buildertags(Tags)Copyright © 2017. All rights reserved.