Interface ListTagsForResourceRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListTagsForResourceRequest.Builder,,ListTagsForResourceRequest> PiRequest.Builder,SdkBuilder<ListTagsForResourceRequest.Builder,,ListTagsForResourceRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListTagsForResourceRequest
@Mutable
@NotThreadSafe
public static interface ListTagsForResourceRequest.Builder
extends PiRequest.Builder, SdkPojo, CopyableBuilder<ListTagsForResourceRequest.Builder,ListTagsForResourceRequest>
-
Method Summary
Modifier and TypeMethodDescriptionoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) resourceARN(String resourceARN) Lists all the tags for the Amazon RDS Performance Insights resource.serviceType(String serviceType) List the tags for the Amazon Web Services service for which Performance Insights returns metrics.serviceType(ServiceType serviceType) List the tags for the Amazon Web Services service for which Performance Insights returns metrics.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
List the tags for the Amazon Web Services service for which Performance Insights returns metrics. Valid value is
RDS.- Parameters:
serviceType- List the tags for 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
List the tags for the Amazon Web Services service for which Performance Insights returns metrics. Valid value is
RDS.- Parameters:
serviceType- List the tags for 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
Lists all the tags for the Amazon RDS Performance Insights resource. This value is an Amazon Resource Name (ARN). For information about creating an ARN, see Constructing an RDS Amazon Resource Name (ARN).
- Parameters:
resourceARN- Lists all the tags for the Amazon RDS Performance Insights resource. 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.
-
overrideConfiguration
ListTagsForResourceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListTagsForResourceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-