Interface TagResourceRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<TagResourceRequest.Builder,,TagResourceRequest> PiRequest.Builder,SdkBuilder<TagResourceRequest.Builder,,TagResourceRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
- TagResourceRequest
-
Method Summary
Modifier and TypeMethodDescriptionoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) resourceARN(String resourceARN) The Amazon RDS Performance Insights resource that the tags are added to.serviceType(String serviceType) The Amazon Web Services service for which Performance Insights returns metrics.serviceType(ServiceType serviceType) The Amazon Web Services service for which Performance Insights returns metrics.tags(Collection<Tag> tags) The metadata assigned to an Amazon RDS resource consisting of a key-value pair.tags(Consumer<Tag.Builder>... tags) The metadata assigned to an Amazon RDS resource consisting of a key-value pair.The metadata assigned to an Amazon RDS resource consisting of a key-value pair.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.pi.model.PiRequest.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
-
serviceType
The Amazon Web Services service for which Performance Insights returns metrics. Valid value is
RDS.- Parameters:
serviceType- The Amazon Web Services service for which Performance Insights returns metrics. Valid value isRDS.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
serviceType
The Amazon Web Services service for which Performance Insights returns metrics. Valid value is
RDS.- Parameters:
serviceType- The Amazon Web Services service for which Performance Insights returns metrics. Valid value isRDS.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
resourceARN
The Amazon RDS Performance Insights 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:
resourceARN- The Amazon RDS Performance Insights 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 metadata assigned to an Amazon RDS resource consisting of a key-value pair.
- Parameters:
tags- The metadata assigned to an Amazon RDS resource consisting of a key-value pair.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
The metadata assigned to an Amazon RDS resource consisting of a key-value pair.
- Parameters:
tags- The metadata assigned to an Amazon RDS resource consisting of a key-value pair.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
The metadata assigned to an Amazon RDS resource consisting of a key-value pair.
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
TagResourceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
TagResourceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-