Interface AddTagsToResourceRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<AddTagsToResourceRequest.Builder,,AddTagsToResourceRequest> RdsRequest.Builder,SdkBuilder<AddTagsToResourceRequest.Builder,,AddTagsToResourceRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
- AddTagsToResourceRequest
@Mutable
@NotThreadSafe
public static interface AddTagsToResourceRequest.Builder
extends RdsRequest.Builder, SdkPojo, CopyableBuilder<AddTagsToResourceRequest.Builder,AddTagsToResourceRequest>
-
Method Summary
Modifier and TypeMethodDescriptionoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) resourceName(String resourceName) The Amazon RDS resource that the tags are added to.tags(Collection<Tag> tags) The tags to be assigned to the Amazon RDS resource.tags(Consumer<Tag.Builder>... tags) The tags to be assigned to the Amazon RDS resource.The tags to be assigned to the Amazon RDS resource.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.rds.model.RdsRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
resourceName
The Amazon RDS resource that the tags are added to. This value is an Amazon Resource Name (ARN). For information about creating an ARN, see Constructing an RDS Amazon Resource Name (ARN).
- Parameters:
resourceName- The Amazon RDS resource that the tags are added to. This value is an Amazon Resource Name (ARN). For information about creating an ARN, see Constructing an RDS Amazon Resource Name (ARN).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
The tags to be assigned to the Amazon RDS resource.
- Parameters:
tags- The tags to be assigned to the Amazon RDS resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
The tags to be assigned to the Amazon RDS resource.
- Parameters:
tags- The tags to be assigned to the Amazon RDS resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
The tags to be assigned to the Amazon RDS resource.
This is a convenience method that creates an instance of theTag.Builderavoiding the need to create one manually viaTag.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed totags(List<Tag>).- Parameters:
tags- a consumer that will call methods onTag.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
AddTagsToResourceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
AddTagsToResourceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-