public class CreateScalingPolicyRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CreateScalingPolicyRequest.TypeEnum
Gets or Sets type
|
| Constructor and Description |
|---|
CreateScalingPolicyRequest() |
public CreateScalingPolicyRequest adjustmentValue(Integer adjustmentValue)
@NotNull public @NotNull Integer getAdjustmentValue()
public void setAdjustmentValue(Integer adjustmentValue)
public CreateScalingPolicyRequest clientToken(String clientToken)
public String getClientToken()
public void setClientToken(String clientToken)
public CreateScalingPolicyRequest clusterId(String clusterId)
@NotNull public @NotNull String getClusterId()
public void setClusterId(String clusterId)
public CreateScalingPolicyRequest enabled(Boolean enabled)
public Boolean isEnabled()
public void setEnabled(Boolean enabled)
public CreateScalingPolicyRequest nodePoolId(String nodePoolId)
@NotNull public @NotNull String getNodePoolId()
public void setNodePoolId(String nodePoolId)
public CreateScalingPolicyRequest scheduledInstancePolicy(ScheduledInstancePolicyForCreateScalingPolicyInput scheduledInstancePolicy)
@Valid public @Valid ScheduledInstancePolicyForCreateScalingPolicyInput getScheduledInstancePolicy()
public void setScheduledInstancePolicy(ScheduledInstancePolicyForCreateScalingPolicyInput scheduledInstancePolicy)
public CreateScalingPolicyRequest scheduledPolicy(ScheduledPolicyForCreateScalingPolicyInput scheduledPolicy)
@Valid public @Valid ScheduledPolicyForCreateScalingPolicyInput getScheduledPolicy()
public void setScheduledPolicy(ScheduledPolicyForCreateScalingPolicyInput scheduledPolicy)
public CreateScalingPolicyRequest type(CreateScalingPolicyRequest.TypeEnum type)
@NotNull public @NotNull CreateScalingPolicyRequest.TypeEnum getType()
public void setType(CreateScalingPolicyRequest.TypeEnum type)
Copyright © 2026. All rights reserved.