Interface TagRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<TagRequest.Builder,TagRequest>,ResourceGroupsRequest.Builder,SdkBuilder<TagRequest.Builder,TagRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- TagRequest
public static interface TagRequest.Builder extends ResourceGroupsRequest.Builder, SdkPojo, CopyableBuilder<TagRequest.Builder,TagRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TagRequest.Builderarn(String arn)The ARN of the resource group to which to add tags.TagRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)TagRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)TagRequest.Buildertags(Map<String,String> tags)The tags to add to the specified resource group.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.resourcegroups.model.ResourceGroupsRequest.Builder
build
-
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
-
arn
TagRequest.Builder arn(String arn)
The ARN of the resource group to which to add tags.
- Parameters:
arn- The ARN of the resource group to which to add tags.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
TagRequest.Builder tags(Map<String,String> tags)
The tags to add to the specified resource group. A tag is a string-to-string map of key-value pairs.
- Parameters:
tags- The tags to add to the specified resource group. A tag is a string-to-string map of key-value pairs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
TagRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
TagRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-