| Package | Description |
|---|---|
| software.amazon.awssdk.services.pi |
|
| software.amazon.awssdk.services.pi.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreatePerformanceAnalysisReportResponse> |
PiAsyncClient.createPerformanceAnalysisReport(Consumer<CreatePerformanceAnalysisReportRequest.Builder> createPerformanceAnalysisReportRequest)
Creates a new performance analysis report for a specific time period for the DB instance.
|
default CreatePerformanceAnalysisReportResponse |
PiClient.createPerformanceAnalysisReport(Consumer<CreatePerformanceAnalysisReportRequest.Builder> createPerformanceAnalysisReportRequest)
Creates a new performance analysis report for a specific time period for the DB instance.
|
| Modifier and Type | Method and Description |
|---|---|
static CreatePerformanceAnalysisReportRequest.Builder |
CreatePerformanceAnalysisReportRequest.builder() |
CreatePerformanceAnalysisReportRequest.Builder |
CreatePerformanceAnalysisReportRequest.Builder.endTime(Instant endTime)
The end time defined for the analysis report.
|
CreatePerformanceAnalysisReportRequest.Builder |
CreatePerformanceAnalysisReportRequest.Builder.identifier(String identifier)
An immutable, Amazon Web Services Region-unique identifier for a data source.
|
CreatePerformanceAnalysisReportRequest.Builder |
CreatePerformanceAnalysisReportRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreatePerformanceAnalysisReportRequest.Builder |
CreatePerformanceAnalysisReportRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreatePerformanceAnalysisReportRequest.Builder |
CreatePerformanceAnalysisReportRequest.Builder.serviceType(ServiceType serviceType)
The Amazon Web Services service for which Performance Insights will return metrics.
|
CreatePerformanceAnalysisReportRequest.Builder |
CreatePerformanceAnalysisReportRequest.Builder.serviceType(String serviceType)
The Amazon Web Services service for which Performance Insights will return metrics.
|
CreatePerformanceAnalysisReportRequest.Builder |
CreatePerformanceAnalysisReportRequest.Builder.startTime(Instant startTime)
The start time defined for the analysis report.
|
CreatePerformanceAnalysisReportRequest.Builder |
CreatePerformanceAnalysisReportRequest.Builder.tags(Collection<Tag> tags)
The metadata assigned to the analysis report consisting of a key-value pair.
|
CreatePerformanceAnalysisReportRequest.Builder |
CreatePerformanceAnalysisReportRequest.Builder.tags(Consumer<Tag.Builder>... tags)
The metadata assigned to the analysis report consisting of a key-value pair.
|
CreatePerformanceAnalysisReportRequest.Builder |
CreatePerformanceAnalysisReportRequest.Builder.tags(Tag... tags)
The metadata assigned to the analysis report consisting of a key-value pair.
|
CreatePerformanceAnalysisReportRequest.Builder |
CreatePerformanceAnalysisReportRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreatePerformanceAnalysisReportRequest.Builder> |
CreatePerformanceAnalysisReportRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.