Uses of Interface
software.amazon.awssdk.services.route53.model.ResourceTagSet.Builder
Packages that use ResourceTagSet.Builder
-
Uses of ResourceTagSet.Builder in software.amazon.awssdk.services.route53.model
Methods in software.amazon.awssdk.services.route53.model that return ResourceTagSet.BuilderModifier and TypeMethodDescriptionstatic ResourceTagSet.BuilderResourceTagSet.builder()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.The tags associated with the specified resource.ResourceTagSet.toBuilder()Methods in software.amazon.awssdk.services.route53.model that return types with arguments of type ResourceTagSet.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ResourceTagSet.Builder>ResourceTagSet.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.route53.model with type arguments of type ResourceTagSet.BuilderModifier and TypeMethodDescriptionListTagsForResourceResponse.Builder.resourceTagSet(Consumer<ResourceTagSet.Builder> resourceTagSet) AResourceTagSetcontaining tags associated with the specified resource.