public static interface TagProjectRequest.Builder extends CodeStarRequest.Builder, CopyableBuilder<TagProjectRequest.Builder,TagProjectRequest>
| Modifier and Type | Method and Description |
|---|---|
TagProjectRequest.Builder |
id(String id)
The ID of the project you want to add a tag to.
|
TagProjectRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
TagProjectRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
TagProjectRequest.Builder |
tags(Map<String,String> tags)
The tags you want to add to the project.
|
buildrequestOverrideConfigcopyapply, buildTagProjectRequest.Builder id(String id)
The ID of the project you want to add a tag to.
id - The ID of the project you want to add a tag to.TagProjectRequest.Builder tags(Map<String,String> tags)
The tags you want to add to the project.
tags - The tags you want to add to the project.TagProjectRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.TagProjectRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.