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.
|
build
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.TagProjectRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfig.Builder
will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.