Interface UntagProjectRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CodeStarRequest.Builder,CopyableBuilder<UntagProjectRequest.Builder,UntagProjectRequest>,SdkBuilder<UntagProjectRequest.Builder,UntagProjectRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UntagProjectRequest
public static interface UntagProjectRequest.Builder extends CodeStarRequest.Builder, SdkPojo, CopyableBuilder<UntagProjectRequest.Builder,UntagProjectRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UntagProjectRequest.Builderid(String id)The ID of the project to remove tags from.UntagProjectRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UntagProjectRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UntagProjectRequest.Buildertags(String... tags)The tags to remove from the project.UntagProjectRequest.Buildertags(Collection<String> tags)The tags to remove from the project.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.codestar.model.CodeStarRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
id
UntagProjectRequest.Builder id(String id)
The ID of the project to remove tags from.
- Parameters:
id- The ID of the project to remove tags from.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
UntagProjectRequest.Builder tags(Collection<String> tags)
The tags to remove from the project.
- Parameters:
tags- The tags to remove from the project.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
UntagProjectRequest.Builder tags(String... tags)
The tags to remove from the project.
- Parameters:
tags- The tags to remove from the project.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UntagProjectRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UntagProjectRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-