public static interface DeletePerformanceAnalysisReportRequest.Builder extends PiRequest.Builder, SdkPojo, CopyableBuilder<DeletePerformanceAnalysisReportRequest.Builder,DeletePerformanceAnalysisReportRequest>
| Modifier and Type | Method and Description |
|---|---|
DeletePerformanceAnalysisReportRequest.Builder |
analysisReportId(String analysisReportId)
The unique identifier of the analysis report for deletion.
|
DeletePerformanceAnalysisReportRequest.Builder |
identifier(String identifier)
An immutable identifier for a data source that is unique for an Amazon Web Services Region.
|
DeletePerformanceAnalysisReportRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeletePerformanceAnalysisReportRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DeletePerformanceAnalysisReportRequest.Builder |
serviceType(ServiceType serviceType)
The Amazon Web Services service for which Performance Insights will return metrics.
|
DeletePerformanceAnalysisReportRequest.Builder |
serviceType(String serviceType)
The Amazon Web Services service for which Performance Insights will return metrics.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeletePerformanceAnalysisReportRequest.Builder serviceType(String serviceType)
The Amazon Web Services service for which Performance Insights will return metrics. Valid value is
RDS.
serviceType - The Amazon Web Services service for which Performance Insights will return metrics. Valid value is
RDS.ServiceType,
ServiceTypeDeletePerformanceAnalysisReportRequest.Builder serviceType(ServiceType serviceType)
The Amazon Web Services service for which Performance Insights will return metrics. Valid value is
RDS.
serviceType - The Amazon Web Services service for which Performance Insights will return metrics. Valid value is
RDS.ServiceType,
ServiceTypeDeletePerformanceAnalysisReportRequest.Builder identifier(String identifier)
An immutable identifier for a data source that is unique for an Amazon Web Services Region. Performance
Insights gathers metrics from this data source. In the console, the identifier is shown as ResourceID.
When you call DescribeDBInstances, the identifier is returned as DbiResourceId.
To use a DB instance as a data source, specify its DbiResourceId value. For example, specify
db-ABCDEFGHIJKLMNOPQRSTU1VW2X.
identifier - An immutable identifier for a data source that is unique for an Amazon Web Services Region.
Performance Insights gathers metrics from this data source. In the console, the identifier is shown as
ResourceID. When you call DescribeDBInstances, the identifier is returned as
DbiResourceId.
To use a DB instance as a data source, specify its DbiResourceId value. For example,
specify db-ABCDEFGHIJKLMNOPQRSTU1VW2X.
DeletePerformanceAnalysisReportRequest.Builder analysisReportId(String analysisReportId)
The unique identifier of the analysis report for deletion.
analysisReportId - The unique identifier of the analysis report for deletion.DeletePerformanceAnalysisReportRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDeletePerformanceAnalysisReportRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.