Interface GetPredictiveScalingForecastRequest.Builder

  • Method Details

    • autoScalingGroupName

      GetPredictiveScalingForecastRequest.Builder autoScalingGroupName(String autoScalingGroupName)

      The name of the Auto Scaling group.

      Parameters:
      autoScalingGroupName - The name of the Auto Scaling group.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • policyName

      The name of the policy.

      Parameters:
      policyName - The name of the policy.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • startTime

      The inclusive start time of the time range for the forecast data to get. At most, the date and time can be one year before the current date and time.

      Parameters:
      startTime - The inclusive start time of the time range for the forecast data to get. At most, the date and time can be one year before the current date and time.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • endTime

      The exclusive end time of the time range for the forecast data to get. The maximum time duration between the start and end time is 30 days.

      Although this parameter can accept a date and time that is more than two days in the future, the availability of forecast data has limits. Amazon EC2 Auto Scaling only issues forecasts for periods of two days in advance.

      Parameters:
      endTime - The exclusive end time of the time range for the forecast data to get. The maximum time duration between the start and end time is 30 days.

      Although this parameter can accept a date and time that is more than two days in the future, the availability of forecast data has limits. Amazon EC2 Auto Scaling only issues forecasts for periods of two days in advance.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • 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.