Interface ListTagsForResourceResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListTagsForResourceResponse.Builder,,ListTagsForResourceResponse> Route53Response.Builder,SdkBuilder<ListTagsForResourceResponse.Builder,,ListTagsForResourceResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListTagsForResourceResponse
@Mutable
@NotThreadSafe
public static interface ListTagsForResourceResponse.Builder
extends Route53Response.Builder, SdkPojo, CopyableBuilder<ListTagsForResourceResponse.Builder,ListTagsForResourceResponse>
-
Method Summary
Modifier and TypeMethodDescriptionresourceTagSet(Consumer<ResourceTagSet.Builder> resourceTagSet) AResourceTagSetcontaining tags associated with the specified resource.resourceTagSet(ResourceTagSet resourceTagSet) AResourceTagSetcontaining tags associated with the specified resource.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.route53.model.Route53Response.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
resourceTagSet
A
ResourceTagSetcontaining tags associated with the specified resource.- Parameters:
resourceTagSet- AResourceTagSetcontaining tags associated with the specified resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceTagSet
default ListTagsForResourceResponse.Builder resourceTagSet(Consumer<ResourceTagSet.Builder> resourceTagSet) A
This is a convenience method that creates an instance of theResourceTagSetcontaining tags associated with the specified resource.ResourceTagSet.Builderavoiding the need to create one manually viaResourceTagSet.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toresourceTagSet(ResourceTagSet).- Parameters:
resourceTagSet- a consumer that will call methods onResourceTagSet.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-