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