Interface GetPredictiveScalingForecastRequest.Builder
- All Superinterfaces:
ApplicationAutoScalingRequest.Builder
,AwsRequest.Builder
,Buildable
,CopyableBuilder<GetPredictiveScalingForecastRequest.Builder,
,GetPredictiveScalingForecastRequest> SdkBuilder<GetPredictiveScalingForecastRequest.Builder,
,GetPredictiveScalingForecastRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
GetPredictiveScalingForecastRequest
-
Method Summary
Modifier and TypeMethodDescriptionThe exclusive end time of the time range for the forecast data to get.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.policyName
(String policyName) The name of the policy.resourceId
(String resourceId) The identifier of the resource.scalableDimension
(String scalableDimension) The scalable dimension.scalableDimension
(ScalableDimension scalableDimension) The scalable dimension.serviceNamespace
(String serviceNamespace) The namespace of the Amazon Web Services service that provides the resource.serviceNamespace
(ServiceNamespace serviceNamespace) The namespace of the Amazon Web Services service that provides the resource.The inclusive start time of the time range for the forecast data to get.Methods inherited from interface software.amazon.awssdk.services.applicationautoscaling.model.ApplicationAutoScalingRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
serviceNamespace
The namespace of the Amazon Web Services service that provides the resource. For a resource provided by your own application or service, use
custom-resource
instead.- Parameters:
serviceNamespace
- The namespace of the Amazon Web Services service that provides the resource. For a resource provided by your own application or service, usecustom-resource
instead.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
serviceNamespace
The namespace of the Amazon Web Services service that provides the resource. For a resource provided by your own application or service, use
custom-resource
instead.- Parameters:
serviceNamespace
- The namespace of the Amazon Web Services service that provides the resource. For a resource provided by your own application or service, usecustom-resource
instead.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
resourceId
The identifier of the resource.
- Parameters:
resourceId
- The identifier of the resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
scalableDimension
The scalable dimension.
- Parameters:
scalableDimension
- The scalable dimension.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
scalableDimension
The scalable dimension.
- Parameters:
scalableDimension
- The scalable dimension.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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.
- 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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetPredictiveScalingForecastRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
GetPredictiveScalingForecastRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-