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)
Add an optional request override configuration.
|
TagProjectRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.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
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, 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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.TagProjectRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2021 Amazon Web Services, Inc. All Rights Reserved.