public static interface GetPredictiveScalingForecastRequest.Builder extends AutoScalingRequest.Builder, SdkPojo, CopyableBuilder<GetPredictiveScalingForecastRequest.Builder,GetPredictiveScalingForecastRequest>
| Modifier and Type | Method and Description |
|---|---|
GetPredictiveScalingForecastRequest.Builder |
autoScalingGroupName(String autoScalingGroupName)
The name of the Auto Scaling group.
|
GetPredictiveScalingForecastRequest.Builder |
endTime(Instant endTime)
The exclusive end time of the time range for the forecast data to get.
|
GetPredictiveScalingForecastRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetPredictiveScalingForecastRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetPredictiveScalingForecastRequest.Builder |
policyName(String policyName)
The name of the policy.
|
GetPredictiveScalingForecastRequest.Builder |
startTime(Instant startTime)
The inclusive start time of the time range for the forecast data to get.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetPredictiveScalingForecastRequest.Builder autoScalingGroupName(String autoScalingGroupName)
The name of the Auto Scaling group.
autoScalingGroupName - The name of the Auto Scaling group.GetPredictiveScalingForecastRequest.Builder policyName(String policyName)
The name of the policy.
policyName - The name of the policy.GetPredictiveScalingForecastRequest.Builder startTime(Instant 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.
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.GetPredictiveScalingForecastRequest.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 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.
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.
GetPredictiveScalingForecastRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetPredictiveScalingForecastRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.