Interface ListTagsForProjectResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CodeStarResponse.Builder,CopyableBuilder<ListTagsForProjectResponse.Builder,ListTagsForProjectResponse>,SdkBuilder<ListTagsForProjectResponse.Builder,ListTagsForProjectResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListTagsForProjectResponse
public static interface ListTagsForProjectResponse.Builder extends CodeStarResponse.Builder, SdkPojo, CopyableBuilder<ListTagsForProjectResponse.Builder,ListTagsForProjectResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListTagsForProjectResponse.BuildernextToken(String nextToken)Reserved for future use.ListTagsForProjectResponse.Buildertags(Map<String,String> tags)The tags for the project.-
Methods inherited from interface software.amazon.awssdk.services.codestar.model.CodeStarResponse.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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
tags
ListTagsForProjectResponse.Builder tags(Map<String,String> tags)
The tags for the project.
- Parameters:
tags- The tags for the project.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListTagsForProjectResponse.Builder nextToken(String nextToken)
Reserved for future use.
- Parameters:
nextToken- Reserved for future use.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-