Interface DescribeTagsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribeTagsResponse.Builder,,DescribeTagsResponse> ElasticLoadBalancingResponse.Builder,SdkBuilder<DescribeTagsResponse.Builder,,DescribeTagsResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
- DescribeTagsResponse
@Mutable
@NotThreadSafe
public static interface DescribeTagsResponse.Builder
extends ElasticLoadBalancingResponse.Builder, SdkPojo, CopyableBuilder<DescribeTagsResponse.Builder,DescribeTagsResponse>
-
Method Summary
Modifier and TypeMethodDescriptiontagDescriptions(Collection<TagDescription> tagDescriptions) Information about the tags.tagDescriptions(Consumer<TagDescription.Builder>... tagDescriptions) Information about the tags.tagDescriptions(TagDescription... tagDescriptions) Information about the tags.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.elasticloadbalancing.model.ElasticLoadBalancingResponse.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
-
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
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
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 totagDescriptions(List<TagDescription>).- 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:
-