public static interface GetMetricsSummaryRequest.Builder extends CodeGuruSecurityRequest.Builder, SdkPojo, CopyableBuilder<GetMetricsSummaryRequest.Builder,GetMetricsSummaryRequest>
| Modifier and Type | Method and Description |
|---|---|
GetMetricsSummaryRequest.Builder |
date(Instant date)
The date you want to retrieve summary metrics from, rounded to the nearest day.
|
GetMetricsSummaryRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetMetricsSummaryRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetMetricsSummaryRequest.Builder date(Instant date)
The date you want to retrieve summary metrics from, rounded to the nearest day. The date must be within the past two years since metrics data is only stored for two years. If a date outside of this range is passed, the response will be empty.
date - The date you want to retrieve summary metrics from, rounded to the nearest day. The date must be
within the past two years since metrics data is only stored for two years. If a date outside of this
range is passed, the response will be empty.GetMetricsSummaryRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetMetricsSummaryRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.