public static interface ListAvailableResourceDimensionsRequest.Builder extends PiRequest.Builder, SdkPojo, CopyableBuilder<ListAvailableResourceDimensionsRequest.Builder,ListAvailableResourceDimensionsRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListAvailableResourceDimensionsRequest.Builder serviceType(String serviceType)
The Amazon Web Services service for which Performance Insights returns metrics.
serviceType - The Amazon Web Services service for which Performance Insights returns metrics.ServiceType,
ServiceTypeListAvailableResourceDimensionsRequest.Builder serviceType(ServiceType serviceType)
The Amazon Web Services service for which Performance Insights returns metrics.
serviceType - The Amazon Web Services service for which Performance Insights returns metrics.ServiceType,
ServiceTypeListAvailableResourceDimensionsRequest.Builder identifier(String identifier)
An immutable identifier for a data source that is unique within an Amazon Web Services Region. Performance
Insights gathers metrics from this data source. To use an Amazon RDS DB instance as a data source, specify
its DbiResourceId value. For example, specify db-ABCDEFGHIJKLMNOPQRSTU1VWZ.
identifier - An immutable identifier for a data source that is unique within an Amazon Web Services Region.
Performance Insights gathers metrics from this data source. To use an Amazon RDS DB instance as a data
source, specify its DbiResourceId value. For example, specify
db-ABCDEFGHIJKLMNOPQRSTU1VWZ.ListAvailableResourceDimensionsRequest.Builder metrics(Collection<String> metrics)
The types of metrics for which to retrieve dimensions. Valid values include db.load.
metrics - The types of metrics for which to retrieve dimensions. Valid values include db.load.ListAvailableResourceDimensionsRequest.Builder metrics(String... metrics)
The types of metrics for which to retrieve dimensions. Valid values include db.load.
metrics - The types of metrics for which to retrieve dimensions. Valid values include db.load.ListAvailableResourceDimensionsRequest.Builder maxResults(Integer maxResults)
The maximum number of items to return in the response. If more items exist than the specified
MaxRecords value, a pagination token is included in the response so that the remaining results
can be retrieved.
maxResults - The maximum number of items to return in the response. If more items exist than the specified
MaxRecords value, a pagination token is included in the response so that the remaining
results can be retrieved.ListAvailableResourceDimensionsRequest.Builder nextToken(String nextToken)
An optional pagination token provided by a previous request. If this parameter is specified, the response
includes only records beyond the token, up to the value specified by MaxRecords.
nextToken - An optional pagination token provided by a previous request. If this parameter is specified, the
response includes only records beyond the token, up to the value specified by MaxRecords.ListAvailableResourceDimensionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListAvailableResourceDimensionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.