public static interface UntagProjectRequest.Builder extends CodeStarRequest.Builder, SdkPojo, CopyableBuilder<UntagProjectRequest.Builder,UntagProjectRequest>
| Modifier and Type | Method and Description |
|---|---|
UntagProjectRequest.Builder |
id(String id)
The ID of the project to remove tags from.
|
UntagProjectRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UntagProjectRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UntagProjectRequest.Builder |
tags(Collection<String> tags)
The tags to remove from the project.
|
UntagProjectRequest.Builder |
tags(String... tags)
The tags to remove from the project.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUntagProjectRequest.Builder id(String id)
The ID of the project to remove tags from.
id - The ID of the project to remove tags from.UntagProjectRequest.Builder tags(Collection<String> tags)
The tags to remove from the project.
tags - The tags to remove from the project.UntagProjectRequest.Builder tags(String... tags)
The tags to remove from the project.
tags - The tags to remove from the project.UntagProjectRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUntagProjectRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2020. All rights reserved.