public static interface TagProjectRequest.Builder extends CodeStarRequest.Builder, SdkPojo, 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 |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
TagProjectRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
TagProjectRequest.Builder |
tags(Map<String,String> tags)
The tags you want to add to the project.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, 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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderTagProjectRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2020. All rights reserved.