Interface DescribeAccountOverviewResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<DescribeAccountOverviewResponse.Builder,DescribeAccountOverviewResponse>, DevOpsGuruResponse.Builder, SdkBuilder<DescribeAccountOverviewResponse.Builder,DescribeAccountOverviewResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
DescribeAccountOverviewResponse

public static interface DescribeAccountOverviewResponse.Builder extends DevOpsGuruResponse.Builder, SdkPojo, CopyableBuilder<DescribeAccountOverviewResponse.Builder,DescribeAccountOverviewResponse>
  • Method Details

    • reactiveInsights

      DescribeAccountOverviewResponse.Builder reactiveInsights(Integer reactiveInsights)

      An integer that specifies the number of open reactive insights in your Amazon Web Services account that were created during the time range passed in.

      Parameters:
      reactiveInsights - An integer that specifies the number of open reactive insights in your Amazon Web Services account that were created during the time range passed in.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • proactiveInsights

      DescribeAccountOverviewResponse.Builder proactiveInsights(Integer proactiveInsights)

      An integer that specifies the number of open proactive insights in your Amazon Web Services account that were created during the time range passed in.

      Parameters:
      proactiveInsights - An integer that specifies the number of open proactive insights in your Amazon Web Services account that were created during the time range passed in.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • meanTimeToRecoverInMilliseconds

      DescribeAccountOverviewResponse.Builder meanTimeToRecoverInMilliseconds(Long meanTimeToRecoverInMilliseconds)

      The Mean Time to Recover (MTTR) for all closed insights that were created during the time range passed in.

      Parameters:
      meanTimeToRecoverInMilliseconds - The Mean Time to Recover (MTTR) for all closed insights that were created during the time range passed in.
      Returns:
      Returns a reference to this object so that method calls can be chained together.