public static interface TagInfoForResource.Builder extends SdkPojo, CopyableBuilder<TagInfoForResource.Builder,TagInfoForResource>
| Modifier and Type | Method and Description |
|---|---|
TagInfoForResource.Builder |
resourceARN(String resourceARN)
The Amazon Resource Name (ARN) of the resource.
|
TagInfoForResource.Builder |
tagList(Collection<Tag> tagList)
The array of Tag objects defined for the resource.
|
TagInfoForResource.Builder |
tagList(Consumer<Tag.Builder>... tagList)
The array of Tag objects defined for the resource.
|
TagInfoForResource.Builder |
tagList(Tag... tagList)
The array of Tag objects defined for the resource.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTagInfoForResource.Builder resourceARN(String resourceARN)
The Amazon Resource Name (ARN) of the resource.
resourceARN - The Amazon Resource Name (ARN) of the resource.TagInfoForResource.Builder tagList(Collection<Tag> tagList)
The array of Tag objects defined for the resource.
tagList - The array of Tag objects defined for the resource.TagInfoForResource.Builder tagList(Tag... tagList)
The array of Tag objects defined for the resource.
tagList - The array of Tag objects defined for the resource.TagInfoForResource.Builder tagList(Consumer<Tag.Builder>... tagList)
The array of Tag objects defined for the resource.
This is a convenience method that creates an instance of theTag.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.