Package com.pulumi.gcp.container.outputs
Class GetClusterNodePoolAutoscaling.Builder
- java.lang.Object
-
- com.pulumi.gcp.container.outputs.GetClusterNodePoolAutoscaling.Builder
-
- Enclosing class:
- GetClusterNodePoolAutoscaling
public static final class GetClusterNodePoolAutoscaling.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(GetClusterNodePoolAutoscaling defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetClusterNodePoolAutoscaling
build()
GetClusterNodePoolAutoscaling.Builder
locationPolicy(java.lang.String locationPolicy)
GetClusterNodePoolAutoscaling.Builder
maxNodeCount(java.lang.Integer maxNodeCount)
GetClusterNodePoolAutoscaling.Builder
minNodeCount(java.lang.Integer minNodeCount)
GetClusterNodePoolAutoscaling.Builder
totalMaxNodeCount(java.lang.Integer totalMaxNodeCount)
GetClusterNodePoolAutoscaling.Builder
totalMinNodeCount(java.lang.Integer totalMinNodeCount)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(GetClusterNodePoolAutoscaling defaults)
-
-
Method Detail
-
locationPolicy
public GetClusterNodePoolAutoscaling.Builder locationPolicy(java.lang.String locationPolicy)
-
maxNodeCount
public GetClusterNodePoolAutoscaling.Builder maxNodeCount(java.lang.Integer maxNodeCount)
-
minNodeCount
public GetClusterNodePoolAutoscaling.Builder minNodeCount(java.lang.Integer minNodeCount)
-
totalMaxNodeCount
public GetClusterNodePoolAutoscaling.Builder totalMaxNodeCount(java.lang.Integer totalMaxNodeCount)
-
totalMinNodeCount
public GetClusterNodePoolAutoscaling.Builder totalMinNodeCount(java.lang.Integer totalMinNodeCount)
-
build
public GetClusterNodePoolAutoscaling build()
-
-