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 |
tags(Map<String,String> tags)
The tags you want to add to the project.
|
buildrequestOverrideConfig, requestOverrideConfigcopyapply, 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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.