Interface CreatePerformanceAnalysisReportRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreatePerformanceAnalysisReportRequest.Builder,CreatePerformanceAnalysisReportRequest>,PiRequest.Builder,SdkBuilder<CreatePerformanceAnalysisReportRequest.Builder,CreatePerformanceAnalysisReportRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CreatePerformanceAnalysisReportRequest
public static interface CreatePerformanceAnalysisReportRequest.Builder extends PiRequest.Builder, SdkPojo, CopyableBuilder<CreatePerformanceAnalysisReportRequest.Builder,CreatePerformanceAnalysisReportRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreatePerformanceAnalysisReportRequest.BuilderendTime(Instant endTime)The end time defined for the analysis report.CreatePerformanceAnalysisReportRequest.Builderidentifier(String identifier)An immutable, Amazon Web Services Region-unique identifier for a data source.CreatePerformanceAnalysisReportRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreatePerformanceAnalysisReportRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreatePerformanceAnalysisReportRequest.BuilderserviceType(String serviceType)The Amazon Web Services service for which Performance Insights will return metrics.CreatePerformanceAnalysisReportRequest.BuilderserviceType(ServiceType serviceType)The Amazon Web Services service for which Performance Insights will return metrics.CreatePerformanceAnalysisReportRequest.BuilderstartTime(Instant startTime)The start time defined for the analysis report.CreatePerformanceAnalysisReportRequest.Buildertags(Collection<Tag> tags)The metadata assigned to the analysis report consisting of a key-value pair.CreatePerformanceAnalysisReportRequest.Buildertags(Consumer<Tag.Builder>... tags)The metadata assigned to the analysis report consisting of a key-value pair.CreatePerformanceAnalysisReportRequest.Buildertags(Tag... tags)The metadata assigned to the analysis report consisting of a key-value pair.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.pi.model.PiRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
serviceType
CreatePerformanceAnalysisReportRequest.Builder serviceType(String serviceType)
The Amazon Web Services service for which Performance Insights will return metrics. Valid value is
RDS.- Parameters:
serviceType- The Amazon Web Services service for which Performance Insights will return metrics. Valid value isRDS.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ServiceType,ServiceType
-
serviceType
CreatePerformanceAnalysisReportRequest.Builder serviceType(ServiceType serviceType)
The Amazon Web Services service for which Performance Insights will return metrics. Valid value is
RDS.- Parameters:
serviceType- The Amazon Web Services service for which Performance Insights will return metrics. Valid value isRDS.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ServiceType,ServiceType
-
identifier
CreatePerformanceAnalysisReportRequest.Builder identifier(String identifier)
An immutable, Amazon Web Services Region-unique identifier for a data source. Performance Insights gathers metrics from this data source.
To use an Amazon RDS instance as a data source, you specify its
DbiResourceIdvalue. For example, specifydb-ADECBTYHKTSAUMUZQYPDS2GW4A.- Parameters:
identifier- An immutable, Amazon Web Services Region-unique identifier for a data source. Performance Insights gathers metrics from this data source.To use an Amazon RDS instance as a data source, you specify its
DbiResourceIdvalue. For example, specifydb-ADECBTYHKTSAUMUZQYPDS2GW4A.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
startTime
CreatePerformanceAnalysisReportRequest.Builder startTime(Instant startTime)
The start time defined for the analysis report.
- Parameters:
startTime- The start time defined for the analysis report.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endTime
CreatePerformanceAnalysisReportRequest.Builder endTime(Instant endTime)
The end time defined for the analysis report.
- Parameters:
endTime- The end time defined for the analysis report.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
CreatePerformanceAnalysisReportRequest.Builder tags(Collection<Tag> tags)
The metadata assigned to the analysis report consisting of a key-value pair.
- Parameters:
tags- The metadata assigned to the analysis report consisting of a key-value pair.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
CreatePerformanceAnalysisReportRequest.Builder tags(Tag... tags)
The metadata assigned to the analysis report consisting of a key-value pair.
- Parameters:
tags- The metadata assigned to the analysis report consisting of a key-value pair.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
CreatePerformanceAnalysisReportRequest.Builder tags(Consumer<Tag.Builder>... tags)
The metadata assigned to the analysis report 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 to#tags(List.) - 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:
#tags(java.util.Collection)
-
overrideConfiguration
CreatePerformanceAnalysisReportRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreatePerformanceAnalysisReportRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-