Interface DescribeAccountOverviewRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DescribeAccountOverviewRequest.Builder,DescribeAccountOverviewRequest>,DevOpsGuruRequest.Builder,SdkBuilder<DescribeAccountOverviewRequest.Builder,DescribeAccountOverviewRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DescribeAccountOverviewRequest
public static interface DescribeAccountOverviewRequest.Builder extends DevOpsGuruRequest.Builder, SdkPojo, CopyableBuilder<DescribeAccountOverviewRequest.Builder,DescribeAccountOverviewRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeAccountOverviewRequest.BuilderfromTime(Instant fromTime)The start of the time range passed in.DescribeAccountOverviewRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribeAccountOverviewRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DescribeAccountOverviewRequest.BuildertoTime(Instant toTime)The end of the time range passed in.-
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.devopsguru.model.DevOpsGuruRequest.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
-
fromTime
DescribeAccountOverviewRequest.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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toTime
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DescribeAccountOverviewRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DescribeAccountOverviewRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-