public static interface UntagProjectRequest.Builder extends CodeStarRequest.Builder, 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 |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
UntagProjectRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
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.
|
buildrequestOverrideConfigcopyapply, 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 requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.UntagProjectRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.