public static interface BatchGetFrameMetricDataRequest.Builder extends CodeGuruProfilerRequest.Builder, SdkPojo, CopyableBuilder<BatchGetFrameMetricDataRequest.Builder,BatchGetFrameMetricDataRequest>
| Modifier and Type | Method and Description |
|---|---|
BatchGetFrameMetricDataRequest.Builder |
endTime(Instant endTime)
The end time of the time period for the returned time series values.
|
BatchGetFrameMetricDataRequest.Builder |
frameMetrics(Collection<FrameMetric> frameMetrics)
The details of the metrics that are used to request a time series of values.
|
BatchGetFrameMetricDataRequest.Builder |
frameMetrics(Consumer<FrameMetric.Builder>... frameMetrics)
The details of the metrics that are used to request a time series of values.
|
BatchGetFrameMetricDataRequest.Builder |
frameMetrics(FrameMetric... frameMetrics)
The details of the metrics that are used to request a time series of values.
|
BatchGetFrameMetricDataRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
BatchGetFrameMetricDataRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
BatchGetFrameMetricDataRequest.Builder |
period(String period)
The duration of the frame metrics used to return the time series values.
|
BatchGetFrameMetricDataRequest.Builder |
profilingGroupName(String profilingGroupName)
The name of the profiling group associated with the the frame metrics used to return the time series values.
|
BatchGetFrameMetricDataRequest.Builder |
startTime(Instant startTime)
The start time of the time period for the frame metrics used to return the time series values.
|
BatchGetFrameMetricDataRequest.Builder |
targetResolution(AggregationPeriod targetResolution)
The requested resolution of time steps for the returned time series of values.
|
BatchGetFrameMetricDataRequest.Builder |
targetResolution(String targetResolution)
The requested resolution of time steps for the returned time series of values.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchGetFrameMetricDataRequest.Builder endTime(Instant endTime)
The end time of the time period for the returned time series values. This is specified using the ISO 8601 format. For example, 2020-06-01T13:15:02.001Z represents 1 millisecond past June 1, 2020 1:15:02 PM UTC.
endTime - The end time of the time period for the returned time series values. This is specified using the ISO
8601 format. For example, 2020-06-01T13:15:02.001Z represents 1 millisecond past June 1, 2020 1:15:02
PM UTC.BatchGetFrameMetricDataRequest.Builder frameMetrics(Collection<FrameMetric> frameMetrics)
The details of the metrics that are used to request a time series of values. The metric includes the name of the frame, the aggregation type to calculate the metric value for the frame, and the thread states to use to get the count for the metric value of the frame.
frameMetrics - The details of the metrics that are used to request a time series of values. The metric includes the
name of the frame, the aggregation type to calculate the metric value for the frame, and the thread
states to use to get the count for the metric value of the frame.BatchGetFrameMetricDataRequest.Builder frameMetrics(FrameMetric... frameMetrics)
The details of the metrics that are used to request a time series of values. The metric includes the name of the frame, the aggregation type to calculate the metric value for the frame, and the thread states to use to get the count for the metric value of the frame.
frameMetrics - The details of the metrics that are used to request a time series of values. The metric includes the
name of the frame, the aggregation type to calculate the metric value for the frame, and the thread
states to use to get the count for the metric value of the frame.BatchGetFrameMetricDataRequest.Builder frameMetrics(Consumer<FrameMetric.Builder>... frameMetrics)
The details of the metrics that are used to request a time series of values. The metric includes the name of the frame, the aggregation type to calculate the metric value for the frame, and the thread states to use to get the count for the metric value of the frame.
This is a convenience method that creates an instance of theFrameMetric.Builder avoiding the need to
create one manually via FrameMetric.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #frameMetrics(List.
frameMetrics - a consumer that will call methods on
FrameMetric.Builder#frameMetrics(java.util.Collection) BatchGetFrameMetricDataRequest.Builder period(String period)
The duration of the frame metrics used to return the time series values. Specify using the ISO 8601 format.
The maximum period duration is one day (PT24H or P1D).
period - The duration of the frame metrics used to return the time series values. Specify using the ISO 8601
format. The maximum period duration is one day (PT24H or P1D).BatchGetFrameMetricDataRequest.Builder profilingGroupName(String profilingGroupName)
The name of the profiling group associated with the the frame metrics used to return the time series values.
profilingGroupName - The name of the profiling group associated with the the frame metrics used to return the time series
values.BatchGetFrameMetricDataRequest.Builder startTime(Instant startTime)
The start time of the time period for the frame metrics used to return the time series values. This is specified using the ISO 8601 format. For example, 2020-06-01T13:15:02.001Z represents 1 millisecond past June 1, 2020 1:15:02 PM UTC.
startTime - The start time of the time period for the frame metrics used to return the time series values. This is
specified using the ISO 8601 format. For example, 2020-06-01T13:15:02.001Z represents 1 millisecond
past June 1, 2020 1:15:02 PM UTC.BatchGetFrameMetricDataRequest.Builder targetResolution(String targetResolution)
The requested resolution of time steps for the returned time series of values. If the requested target resolution is not available due to data not being retained we provide a best effort result by falling back to the most granular available resolution after the target resolution. There are 3 valid values.
P1D — 1 day
PT1H — 1 hour
PT5M — 5 minutes
targetResolution - The requested resolution of time steps for the returned time series of values. If the requested target
resolution is not available due to data not being retained we provide a best effort result by falling
back to the most granular available resolution after the target resolution. There are 3 valid values.
P1D — 1 day
PT1H — 1 hour
PT5M — 5 minutes
AggregationPeriod,
AggregationPeriodBatchGetFrameMetricDataRequest.Builder targetResolution(AggregationPeriod targetResolution)
The requested resolution of time steps for the returned time series of values. If the requested target resolution is not available due to data not being retained we provide a best effort result by falling back to the most granular available resolution after the target resolution. There are 3 valid values.
P1D — 1 day
PT1H — 1 hour
PT5M — 5 minutes
targetResolution - The requested resolution of time steps for the returned time series of values. If the requested target
resolution is not available due to data not being retained we provide a best effort result by falling
back to the most granular available resolution after the target resolution. There are 3 valid values.
P1D — 1 day
PT1H — 1 hour
PT5M — 5 minutes
AggregationPeriod,
AggregationPeriodBatchGetFrameMetricDataRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderBatchGetFrameMetricDataRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.