Class PoolEndpointConfigurationResponse.Builder
- java.lang.Object
-
- com.pulumi.azurenative.batch.outputs.PoolEndpointConfigurationResponse.Builder
-
- Enclosing class:
- PoolEndpointConfigurationResponse
public static final class PoolEndpointConfigurationResponse.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(PoolEndpointConfigurationResponse defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PoolEndpointConfigurationResponse
build()
PoolEndpointConfigurationResponse.Builder
inboundNatPools(InboundNatPoolResponse... inboundNatPools)
PoolEndpointConfigurationResponse.Builder
inboundNatPools(java.util.List<InboundNatPoolResponse> inboundNatPools)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(PoolEndpointConfigurationResponse defaults)
-
-
Method Detail
-
inboundNatPools
public PoolEndpointConfigurationResponse.Builder inboundNatPools(java.util.List<InboundNatPoolResponse> inboundNatPools)
-
inboundNatPools
public PoolEndpointConfigurationResponse.Builder inboundNatPools(InboundNatPoolResponse... inboundNatPools)
-
build
public PoolEndpointConfigurationResponse build()
-
-