Interface ListTagsForResourceResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CodeCommitResponse.Builder,CopyableBuilder<ListTagsForResourceResponse.Builder,ListTagsForResourceResponse>,SdkBuilder<ListTagsForResourceResponse.Builder,ListTagsForResourceResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListTagsForResourceResponse
public static interface ListTagsForResourceResponse.Builder extends CodeCommitResponse.Builder, SdkPojo, CopyableBuilder<ListTagsForResourceResponse.Builder,ListTagsForResourceResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListTagsForResourceResponse.BuildernextToken(String nextToken)An enumeration token that allows the operation to batch the next results of the operation.ListTagsForResourceResponse.Buildertags(Map<String,String> tags)A list of tag key and value pairs associated with the specified resource.-
Methods inherited from interface software.amazon.awssdk.services.codecommit.model.CodeCommitResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
tags
ListTagsForResourceResponse.Builder tags(Map<String,String> tags)
A list of tag key and value pairs associated with the specified resource.
- Parameters:
tags- A list of tag key and value pairs associated with the specified resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListTagsForResourceResponse.Builder nextToken(String nextToken)
An enumeration token that allows the operation to batch the next results of the operation.
- Parameters:
nextToken- An enumeration token that allows the operation to batch the next results of the operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-