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.
|
build
requestOverrideConfig, requestOverrideConfig
copy
apply, build
TagProjectRequest.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.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.