Interface ListTagsForResourcesResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListTagsForResourcesResponse.Builder,ListTagsForResourcesResponse>,Route53Response.Builder,SdkBuilder<ListTagsForResourcesResponse.Builder,ListTagsForResourcesResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListTagsForResourcesResponse
public static interface ListTagsForResourcesResponse.Builder extends Route53Response.Builder, SdkPojo, CopyableBuilder<ListTagsForResourcesResponse.Builder,ListTagsForResourcesResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListTagsForResourcesResponse.BuilderresourceTagSets(Collection<ResourceTagSet> resourceTagSets)A list ofResourceTagSets containing tags associated with the specified resources.ListTagsForResourcesResponse.BuilderresourceTagSets(Consumer<ResourceTagSet.Builder>... resourceTagSets)A list ofResourceTagSets containing tags associated with the specified resources.ListTagsForResourcesResponse.BuilderresourceTagSets(ResourceTagSet... resourceTagSets)A list ofResourceTagSets containing tags associated with the specified resources.-
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
-
resourceTagSets
ListTagsForResourcesResponse.Builder resourceTagSets(Collection<ResourceTagSet> 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(ResourceTagSet... 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 to#resourceTagSets(List.) - 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:
#resourceTagSets(java.util.Collection)
-
-