public static interface GetScalingPlanResourceForecastDataRequest.Builder extends AutoScalingPlansRequest.Builder, SdkPojo, CopyableBuilder<GetScalingPlanResourceForecastDataRequest.Builder,GetScalingPlanResourceForecastDataRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetScalingPlanResourceForecastDataRequest.Builder scalingPlanName(String scalingPlanName)
The name of the scaling plan.
scalingPlanName - The name of the scaling plan.GetScalingPlanResourceForecastDataRequest.Builder scalingPlanVersion(Long scalingPlanVersion)
The version number of the scaling plan. Currently, the only valid value is 1.
scalingPlanVersion - The version number of the scaling plan. Currently, the only valid value is 1.GetScalingPlanResourceForecastDataRequest.Builder serviceNamespace(String serviceNamespace)
The namespace of the AWS service. The only valid value is autoscaling.
serviceNamespace - The namespace of the AWS service. The only valid value is autoscaling.ServiceNamespace,
ServiceNamespaceGetScalingPlanResourceForecastDataRequest.Builder serviceNamespace(ServiceNamespace serviceNamespace)
The namespace of the AWS service. The only valid value is autoscaling.
serviceNamespace - The namespace of the AWS service. The only valid value is autoscaling.ServiceNamespace,
ServiceNamespaceGetScalingPlanResourceForecastDataRequest.Builder resourceId(String resourceId)
The ID of the resource. This string consists of a prefix (autoScalingGroup) followed by the name
of a specified Auto Scaling group (my-asg). Example: autoScalingGroup/my-asg.
resourceId - The ID of the resource. This string consists of a prefix (autoScalingGroup) followed by
the name of a specified Auto Scaling group (my-asg). Example:
autoScalingGroup/my-asg.GetScalingPlanResourceForecastDataRequest.Builder scalableDimension(String scalableDimension)
The scalable dimension for the resource. The only valid value is
autoscaling:autoScalingGroup:DesiredCapacity.
scalableDimension - The scalable dimension for the resource. The only valid value is
autoscaling:autoScalingGroup:DesiredCapacity.ScalableDimension,
ScalableDimensionGetScalingPlanResourceForecastDataRequest.Builder scalableDimension(ScalableDimension scalableDimension)
The scalable dimension for the resource. The only valid value is
autoscaling:autoScalingGroup:DesiredCapacity.
scalableDimension - The scalable dimension for the resource. The only valid value is
autoscaling:autoScalingGroup:DesiredCapacity.ScalableDimension,
ScalableDimensionGetScalingPlanResourceForecastDataRequest.Builder forecastDataType(String forecastDataType)
The type of forecast data to get.
LoadForecast: The load metric forecast.
CapacityForecast: The capacity forecast.
ScheduledActionMinCapacity: The minimum capacity for each scheduled scaling action. This data is
calculated as the larger of two values: the capacity forecast or the minimum capacity in the scaling
instruction.
ScheduledActionMaxCapacity: The maximum capacity for each scheduled scaling action. The
calculation used is determined by the predictive scaling maximum capacity behavior setting in the scaling
instruction.
forecastDataType - The type of forecast data to get.
LoadForecast: The load metric forecast.
CapacityForecast: The capacity forecast.
ScheduledActionMinCapacity: The minimum capacity for each scheduled scaling action. This
data is calculated as the larger of two values: the capacity forecast or the minimum capacity in the
scaling instruction.
ScheduledActionMaxCapacity: The maximum capacity for each scheduled scaling action. The
calculation used is determined by the predictive scaling maximum capacity behavior setting in the
scaling instruction.
ForecastDataType,
ForecastDataTypeGetScalingPlanResourceForecastDataRequest.Builder forecastDataType(ForecastDataType forecastDataType)
The type of forecast data to get.
LoadForecast: The load metric forecast.
CapacityForecast: The capacity forecast.
ScheduledActionMinCapacity: The minimum capacity for each scheduled scaling action. This data is
calculated as the larger of two values: the capacity forecast or the minimum capacity in the scaling
instruction.
ScheduledActionMaxCapacity: The maximum capacity for each scheduled scaling action. The
calculation used is determined by the predictive scaling maximum capacity behavior setting in the scaling
instruction.
forecastDataType - The type of forecast data to get.
LoadForecast: The load metric forecast.
CapacityForecast: The capacity forecast.
ScheduledActionMinCapacity: The minimum capacity for each scheduled scaling action. This
data is calculated as the larger of two values: the capacity forecast or the minimum capacity in the
scaling instruction.
ScheduledActionMaxCapacity: The maximum capacity for each scheduled scaling action. The
calculation used is determined by the predictive scaling maximum capacity behavior setting in the
scaling instruction.
ForecastDataType,
ForecastDataTypeGetScalingPlanResourceForecastDataRequest.Builder startTime(Instant startTime)
The inclusive start time of the time range for the forecast data to get. The date and time can be at most 56 days before the current date and time.
startTime - The inclusive start time of the time range for the forecast data to get. The date and time can be at
most 56 days before the current date and time.GetScalingPlanResourceForecastDataRequest.Builder endTime(Instant 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 seven 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. AWS Auto Scaling only issues forecasts for periods of two days in advance.
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 seven 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. AWS Auto Scaling only issues forecasts for periods of two days in advance.
GetScalingPlanResourceForecastDataRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetScalingPlanResourceForecastDataRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.