Package com.pulumi.gcp.compute.outputs
Class AutoscalarAutoscalingPolicyScaleInControlMaxScaledInReplicas.Builder
- java.lang.Object
-
- com.pulumi.gcp.compute.outputs.AutoscalarAutoscalingPolicyScaleInControlMaxScaledInReplicas.Builder
-
- Enclosing class:
- AutoscalarAutoscalingPolicyScaleInControlMaxScaledInReplicas
public static final class AutoscalarAutoscalingPolicyScaleInControlMaxScaledInReplicas.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(AutoscalarAutoscalingPolicyScaleInControlMaxScaledInReplicas defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AutoscalarAutoscalingPolicyScaleInControlMaxScaledInReplicas
build()
AutoscalarAutoscalingPolicyScaleInControlMaxScaledInReplicas.Builder
fixed(java.lang.Integer fixed)
AutoscalarAutoscalingPolicyScaleInControlMaxScaledInReplicas.Builder
percent(java.lang.Integer percent)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(AutoscalarAutoscalingPolicyScaleInControlMaxScaledInReplicas defaults)
-
-
Method Detail
-
fixed
public AutoscalarAutoscalingPolicyScaleInControlMaxScaledInReplicas.Builder fixed(@Nullable java.lang.Integer fixed)
-
percent
public AutoscalarAutoscalingPolicyScaleInControlMaxScaledInReplicas.Builder percent(@Nullable java.lang.Integer percent)
-
build
public AutoscalarAutoscalingPolicyScaleInControlMaxScaledInReplicas build()
-
-