Uses of Interface
software.amazon.awssdk.services.pi.model.CreatePerformanceAnalysisReportRequest.Builder
Packages that use CreatePerformanceAnalysisReportRequest.Builder
Package
Description
-
Uses of CreatePerformanceAnalysisReportRequest.Builder in software.amazon.awssdk.services.pi
Method parameters in software.amazon.awssdk.services.pi with type arguments of type CreatePerformanceAnalysisReportRequest.BuilderModifier and TypeMethodDescriptionPiAsyncClient.createPerformanceAnalysisReport(Consumer<CreatePerformanceAnalysisReportRequest.Builder> createPerformanceAnalysisReportRequest) Creates a new performance analysis report for a specific time period for the DB instance.PiClient.createPerformanceAnalysisReport(Consumer<CreatePerformanceAnalysisReportRequest.Builder> createPerformanceAnalysisReportRequest) Creates a new performance analysis report for a specific time period for the DB instance. -
Uses of CreatePerformanceAnalysisReportRequest.Builder in software.amazon.awssdk.services.pi.model
Methods in software.amazon.awssdk.services.pi.model that return CreatePerformanceAnalysisReportRequest.BuilderModifier and TypeMethodDescriptionCreatePerformanceAnalysisReportRequest.builder()The end time defined for the analysis report.CreatePerformanceAnalysisReportRequest.Builder.identifier(String identifier) An immutable, Amazon Web Services Region-unique identifier for a data source.CreatePerformanceAnalysisReportRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) CreatePerformanceAnalysisReportRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) CreatePerformanceAnalysisReportRequest.Builder.serviceType(String serviceType) The Amazon Web Services service for which Performance Insights will return metrics.CreatePerformanceAnalysisReportRequest.Builder.serviceType(ServiceType serviceType) The Amazon Web Services service for which Performance Insights will return metrics.The start time defined for the analysis report.CreatePerformanceAnalysisReportRequest.Builder.tags(Collection<Tag> tags) The metadata assigned to the analysis report consisting of a key-value pair.CreatePerformanceAnalysisReportRequest.Builder.tags(Consumer<Tag.Builder>... tags) The metadata assigned to the analysis report consisting of a key-value pair.The metadata assigned to the analysis report consisting of a key-value pair.CreatePerformanceAnalysisReportRequest.toBuilder()Methods in software.amazon.awssdk.services.pi.model that return types with arguments of type CreatePerformanceAnalysisReportRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CreatePerformanceAnalysisReportRequest.Builder>CreatePerformanceAnalysisReportRequest.serializableBuilderClass()