Interface ListTagsForResourcesResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListTagsForResourcesResponse.Builder,,ListTagsForResourcesResponse> Route53Response.Builder,SdkBuilder<ListTagsForResourcesResponse.Builder,,ListTagsForResourcesResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListTagsForResourcesResponse
@Mutable
@NotThreadSafe
public static interface ListTagsForResourcesResponse.Builder
extends Route53Response.Builder, SdkPojo, CopyableBuilder<ListTagsForResourcesResponse.Builder,ListTagsForResourcesResponse>
-
Method Summary
Modifier and TypeMethodDescriptionresourceTagSets(Collection<ResourceTagSet> resourceTagSets) A list ofResourceTagSets containing tags associated with the specified resources.resourceTagSets(Consumer<ResourceTagSet.Builder>... resourceTagSets) A list ofResourceTagSets containing tags associated with the specified resources.resourceTagSets(ResourceTagSet... resourceTagSets) A list ofResourceTagSets containing tags associated with the specified resources.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
-
resourceTagSets
A list of
ResourceTagSets containing tags associated with the specified resources.- Parameters:
resourceTagSets- A list ofResourceTagSets containing tags associated with the specified resources.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceTagSets
A list of
ResourceTagSets containing tags associated with the specified resources.- Parameters:
resourceTagSets- A list ofResourceTagSets containing tags associated with the specified resources.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceTagSets
ListTagsForResourcesResponse.Builder resourceTagSets(Consumer<ResourceTagSet.Builder>... resourceTagSets) A list of
This is a convenience method that creates an instance of theResourceTagSets containing tags associated with the specified resources.ResourceTagSet.Builderavoiding the need to create one manually viaResourceTagSet.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toresourceTagSets(List<ResourceTagSet>).- Parameters:
resourceTagSets- 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:
-