Interface ListTagsForResourceResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListTagsForResourceResponse.Builder,ListTagsForResourceResponse>,Route53Response.Builder,SdkBuilder<ListTagsForResourceResponse.Builder,ListTagsForResourceResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListTagsForResourceResponse
public static interface ListTagsForResourceResponse.Builder extends Route53Response.Builder, SdkPojo, CopyableBuilder<ListTagsForResourceResponse.Builder,ListTagsForResourceResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default ListTagsForResourceResponse.BuilderresourceTagSet(Consumer<ResourceTagSet.Builder> resourceTagSet)AResourceTagSetcontaining tags associated with the specified resource.ListTagsForResourceResponse.BuilderresourceTagSet(ResourceTagSet resourceTagSet)AResourceTagSetcontaining tags associated with the specified resource.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.route53.model.Route53Response.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
resourceTagSet
ListTagsForResourceResponse.Builder resourceTagSet(ResourceTagSet 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:
resourceTagSet(ResourceTagSet)
-
-