Interface TagProjectRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CodeStarRequest.Builder,CopyableBuilder<TagProjectRequest.Builder,TagProjectRequest>,SdkBuilder<TagProjectRequest.Builder,TagProjectRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- TagProjectRequest
public static interface TagProjectRequest.Builder extends CodeStarRequest.Builder, SdkPojo, CopyableBuilder<TagProjectRequest.Builder,TagProjectRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TagProjectRequest.Builderid(String id)The ID of the project you want to add a tag to.TagProjectRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)TagProjectRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)TagProjectRequest.Buildertags(Map<String,String> tags)The tags you want to add to 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
TagProjectRequest.Builder id(String id)
The ID of the project you want to add a tag to.
- Parameters:
id- The ID of the project you want to add a tag to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
TagProjectRequest.Builder tags(Map<String,String> tags)
The tags you want to add to the project.
- Parameters:
tags- The tags you want to add to the project.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
TagProjectRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
TagProjectRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-