Class ApplicationGatewayAutoscaleConfigurationResponse.Builder
- java.lang.Object
-
- com.pulumi.azurenative.network.outputs.ApplicationGatewayAutoscaleConfigurationResponse.Builder
-
- Enclosing class:
- ApplicationGatewayAutoscaleConfigurationResponse
public static final class ApplicationGatewayAutoscaleConfigurationResponse.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(ApplicationGatewayAutoscaleConfigurationResponse defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ApplicationGatewayAutoscaleConfigurationResponse
build()
ApplicationGatewayAutoscaleConfigurationResponse.Builder
maxCapacity(java.lang.Integer maxCapacity)
ApplicationGatewayAutoscaleConfigurationResponse.Builder
minCapacity(java.lang.Integer minCapacity)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(ApplicationGatewayAutoscaleConfigurationResponse defaults)
-
-
Method Detail
-
maxCapacity
public ApplicationGatewayAutoscaleConfigurationResponse.Builder maxCapacity(@Nullable java.lang.Integer maxCapacity)
-
minCapacity
public ApplicationGatewayAutoscaleConfigurationResponse.Builder minCapacity(java.lang.Integer minCapacity)
-
build
public ApplicationGatewayAutoscaleConfigurationResponse build()
-
-