public static interface Tagging.Builder extends SdkPojo, CopyableBuilder<Tagging.Builder,Tagging>
| Modifier and Type | Method and Description |
|---|---|
Tagging.Builder |
tagSet(Collection<Tag> tagSet)
|
Tagging.Builder |
tagSet(Consumer<Tag.Builder>... tagSet)
This is a convenience that creates an instance of the
List avoiding the need to create
one manually via List. |
Tagging.Builder |
tagSet(Tag... tagSet)
|
copyapplyMutation, buildTagging.Builder tagSet(Collection<Tag> tagSet)
tagSet - Tagging.Builder tagSet(Tag... tagSet)
tagSet - Tagging.Builder tagSet(Consumer<Tag.Builder>... tagSet)
List.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 #tagSet(List) .tagSet - a consumer that will call methods on List.Builder #tagSet(List) Copyright © 2019. All rights reserved.