@Stability(value=Stable) public static final class GatewayConfig.Builder extends Object implements software.amazon.jsii.Builder<GatewayConfig>
GatewayConfig| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
GatewayConfig.Builder |
az(String az)
Sets the value of
GatewayConfig.getAz() |
GatewayConfig |
build()
Builds the configured instance.
|
GatewayConfig.Builder |
gatewayId(String gatewayId)
Sets the value of
GatewayConfig.getGatewayId() |
@Stability(value=Stable) public GatewayConfig.Builder az(String az)
GatewayConfig.getAz()az - Availability Zone. This parameter is required.this@Stability(value=Stable) public GatewayConfig.Builder gatewayId(String gatewayId)
GatewayConfig.getGatewayId()gatewayId - Identity of gateway spawned by the provider. This parameter is required.this@Stability(value=Stable) public GatewayConfig build()
build in interface software.amazon.jsii.Builder<GatewayConfig>GatewayConfigNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.