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 Details

    • 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

      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)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.