Interface CreateGatewayRequest.Builder

    • Method Detail

      • egressCidrBlocks

        CreateGatewayRequest.Builder egressCidrBlocks​(Collection<String> egressCidrBlocks)
        The range of IP addresses that are allowed to contribute content or initiate output requests for flows communicating with this gateway. These IP addresses should be in the form of a Classless Inter-Domain Routing (CIDR) block; for example, 10.0.0.0/16.
        Parameters:
        egressCidrBlocks - The range of IP addresses that are allowed to contribute content or initiate output requests for flows communicating with this gateway. These IP addresses should be in the form of a Classless Inter-Domain Routing (CIDR) block; for example, 10.0.0.0/16.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • egressCidrBlocks

        CreateGatewayRequest.Builder egressCidrBlocks​(String... egressCidrBlocks)
        The range of IP addresses that are allowed to contribute content or initiate output requests for flows communicating with this gateway. These IP addresses should be in the form of a Classless Inter-Domain Routing (CIDR) block; for example, 10.0.0.0/16.
        Parameters:
        egressCidrBlocks - The range of IP addresses that are allowed to contribute content or initiate output requests for flows communicating with this gateway. These IP addresses should be in the form of a Classless Inter-Domain Routing (CIDR) block; for example, 10.0.0.0/16.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • name

        CreateGatewayRequest.Builder name​(String name)
        The name of the gateway. This name can not be modified after the gateway is created.
        Parameters:
        name - The name of the gateway. This name can not be modified after the gateway is created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • networks

        CreateGatewayRequest.Builder networks​(Collection<GatewayNetwork> networks)
        The list of networks that you want to add.
        Parameters:
        networks - The list of networks that you want to add.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • networks

        CreateGatewayRequest.Builder networks​(GatewayNetwork... networks)
        The list of networks that you want to add.
        Parameters:
        networks - The list of networks that you want to add.
        Returns:
        Returns a reference to this object so that method calls can be chained together.