Interface DescribeTagsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribeTagsResponse.Builder,DescribeTagsResponse>,ElasticLoadBalancingV2Response.Builder,SdkBuilder<DescribeTagsResponse.Builder,DescribeTagsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DescribeTagsResponse
public static interface DescribeTagsResponse.Builder extends ElasticLoadBalancingV2Response.Builder, SdkPojo, CopyableBuilder<DescribeTagsResponse.Builder,DescribeTagsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeTagsResponse.BuildertagDescriptions(Collection<TagDescription> tagDescriptions)Information about the tags.DescribeTagsResponse.BuildertagDescriptions(Consumer<TagDescription.Builder>... tagDescriptions)Information about the tags.DescribeTagsResponse.BuildertagDescriptions(TagDescription... tagDescriptions)Information about the tags.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.elasticloadbalancingv2.model.ElasticLoadBalancingV2Response.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
-
tagDescriptions
DescribeTagsResponse.Builder tagDescriptions(Collection<TagDescription> tagDescriptions)
Information about the tags.
- Parameters:
tagDescriptions- Information about the tags.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tagDescriptions
DescribeTagsResponse.Builder tagDescriptions(TagDescription... tagDescriptions)
Information about the tags.
- Parameters:
tagDescriptions- Information about the tags.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tagDescriptions
DescribeTagsResponse.Builder tagDescriptions(Consumer<TagDescription.Builder>... tagDescriptions)
Information about the tags.
This is a convenience method that creates an instance of theTagDescription.Builderavoiding the need to create one manually viaTagDescription.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#tagDescriptions(List.) - Parameters:
tagDescriptions- a consumer that will call methods onTagDescription.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#tagDescriptions(java.util.Collection)
-
-