Class CreateVpnGatewayOptions.Builder

    • Constructor Detail

      • Builder

        public Builder()
        Instantiates a new builder.
      • Builder

        public Builder​(VPNGatewayPrototype vpnGatewayPrototype)
        Instantiates a new builder with required properties.
        Parameters:
        vpnGatewayPrototype - the vpnGatewayPrototype
    • Method Detail

      • build

        public CreateVpnGatewayOptions build()
        Builds a CreateVpnGatewayOptions.
        Returns:
        the new CreateVpnGatewayOptions instance
      • vpnGatewayPrototype

        public CreateVpnGatewayOptions.Builder vpnGatewayPrototype​(VPNGatewayPrototype vpnGatewayPrototype)
        Set the vpnGatewayPrototype.
        Parameters:
        vpnGatewayPrototype - the vpnGatewayPrototype
        Returns:
        the CreateVpnGatewayOptions builder