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 method that creates an instance of the
Tag.Builder avoiding the need to create one manually via
Tag.builder(). |
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)
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 #tagList(List.
tagList - a consumer that will call methods on Tag.Builder#tagList(java.util.Collection) Copyright © 2023. All rights reserved.