public static interface Tags.Builder extends SdkPojo, CopyableBuilder<Tags.Builder,Tags>
| Modifier and Type | Method and Description |
|---|---|
Tags.Builder |
items(Collection<Tag> items)
A complex type that contains
Tag elements. |
Tags.Builder |
items(Consumer<Tag.Builder>... items)
A complex type that contains
Tag elements. |
Tags.Builder |
items(Tag... items)
A complex type that contains
Tag elements. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTags.Builder items(Collection<Tag> items)
A complex type that contains Tag elements.
items - A complex type that contains Tag elements.Tags.Builder items(Tag... items)
A complex type that contains Tag elements.
items - A complex type that contains Tag elements.Tags.Builder items(Consumer<Tag.Builder>... items)
A complex type that contains Tag elements.
Tag.Builder avoiding the need to create one manually
via Tag.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #items(List.
items - a consumer that will call methods on
Tag.Builder#items(java.util.Collection) Copyright © 2023. All rights reserved.