public static interface DescribeAccountOverviewRequest.Builder extends DevOpsGuruRequest.Builder, SdkPojo, CopyableBuilder<DescribeAccountOverviewRequest.Builder,DescribeAccountOverviewRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeAccountOverviewRequest.Builder |
fromTime(Instant fromTime)
The start of the time range passed in.
|
DescribeAccountOverviewRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeAccountOverviewRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DescribeAccountOverviewRequest.Builder |
toTime(Instant toTime)
The end of the time range passed in.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeAccountOverviewRequest.Builder fromTime(Instant fromTime)
The start of the time range passed in. The start time granularity is at the day level. The floor of the start time is used. Returned information occurred after this day.
fromTime - The start of the time range passed in. The start time granularity is at the day level. The floor of
the start time is used. Returned information occurred after this day.DescribeAccountOverviewRequest.Builder toTime(Instant toTime)
The end of the time range passed in. The start time granularity is at the day level. The floor of the start time is used. Returned information occurred before this day. If this is not specified, then the current day is used.
toTime - The end of the time range passed in. The start time granularity is at the day level. The floor of the
start time is used. Returned information occurred before this day. If this is not specified, then the
current day is used.DescribeAccountOverviewRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeAccountOverviewRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.