public static interface ResourceTagSet.Builder extends SdkPojo, CopyableBuilder<ResourceTagSet.Builder,ResourceTagSet>
| Modifier and Type | Method and Description |
|---|---|
ResourceTagSet.Builder |
resourceId(String resourceId)
The ID for the specified resource.
|
ResourceTagSet.Builder |
resourceType(String resourceType)
The type of the resource.
|
ResourceTagSet.Builder |
resourceType(TagResourceType resourceType)
The type of the resource.
|
ResourceTagSet.Builder |
tags(Collection<Tag> tags)
The tags associated with the specified resource.
|
ResourceTagSet.Builder |
tags(Consumer<Tag.Builder>... tags)
The tags associated with the specified resource.
|
ResourceTagSet.Builder |
tags(Tag... tags)
The tags associated with the specified resource.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildResourceTagSet.Builder resourceType(String resourceType)
The type of the resource.
The resource type for health checks is healthcheck.
The resource type for hosted zones is hostedzone.
resourceType - The type of the resource.
The resource type for health checks is healthcheck.
The resource type for hosted zones is hostedzone.
TagResourceType,
TagResourceTypeResourceTagSet.Builder resourceType(TagResourceType resourceType)
The type of the resource.
The resource type for health checks is healthcheck.
The resource type for hosted zones is hostedzone.
resourceType - The type of the resource.
The resource type for health checks is healthcheck.
The resource type for hosted zones is hostedzone.
TagResourceType,
TagResourceTypeResourceTagSet.Builder resourceId(String resourceId)
The ID for the specified resource.
resourceId - The ID for the specified resource.ResourceTagSet.Builder tags(Collection<Tag> tags)
The tags associated with the specified resource.
tags - The tags associated with the specified resource.ResourceTagSet.Builder tags(Tag... tags)
The tags associated with the specified resource.
tags - The tags associated with the specified resource.ResourceTagSet.Builder tags(Consumer<Tag.Builder>... tags)
The tags associated with the specified resource.
This is a convenience that creates an instance of theList.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 #tags(List) .tags - a consumer that will call methods on List.Builder #tags(List) Copyright © 2021. All rights reserved.