Interface DescribeTagsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribeTagsResponse.Builder,,DescribeTagsResponse> Ec2Response.Builder,SdkBuilder<DescribeTagsResponse.Builder,,DescribeTagsResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
- DescribeTagsResponse
@Mutable
@NotThreadSafe
public static interface DescribeTagsResponse.Builder
extends Ec2Response.Builder, SdkPojo, CopyableBuilder<DescribeTagsResponse.Builder,DescribeTagsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe token to include in another request to get the next page of items.tags(Collection<TagDescription> tags) The tags.tags(Consumer<TagDescription.Builder>... tags) The tags.tags(TagDescription... tags) The tags.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.ec2.model.Ec2Response.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
-
nextToken
The token to include in another request to get the next page of items. This value is
nullwhen there are no more items to return.- Parameters:
nextToken- The token to include in another request to get the next page of items. This value isnullwhen there are no more items to return.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
The tags.
- Parameters:
tags- The tags.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
The tags.
- Parameters:
tags- The tags.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
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 totags(List<TagDescription>).- Parameters:
tags- 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:
-