public static final class ServiceGateway.Builder
extends java.lang.Object
ServiceGateway.| Constructor and Description |
|---|
Builder()
Constructor with parameters for the required properties of
ServiceGateway. |
| Modifier and Type | Method and Description |
|---|---|
ServiceGateway |
build() |
ServiceGateway.Builder |
setAutoSnat(java.lang.Boolean autoSnat)
Auto plumb snat rule for private subnet, this will make sure private subnets are
routable outside of VPC.
|
ServiceGateway.Builder |
setDisable(java.lang.Boolean disable)
Flag to deactivate service gateway for connected subnets.
|
ServiceGateway.Builder |
setQosConfig(GatewayQosProfileConfig qosConfig) |
public Builder()
ServiceGateway.public ServiceGateway.Builder setAutoSnat(java.lang.Boolean autoSnat)
autoSnat - New value for the property.public ServiceGateway.Builder setDisable(java.lang.Boolean disable)
disable - New value for the property.public ServiceGateway.Builder setQosConfig(GatewayQosProfileConfig qosConfig)
qosConfig - New value for the property.public ServiceGateway build()