Interface ExpressGatewayServiceNetworkConfiguration.Builder

    • Method Detail

      • securityGroups

        ExpressGatewayServiceNetworkConfiguration.Builder securityGroups​(Collection<String> securityGroups)

        The IDs of the security groups associated with the Express service.

        Parameters:
        securityGroups - The IDs of the security groups associated with the Express service.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • securityGroups

        ExpressGatewayServiceNetworkConfiguration.Builder securityGroups​(String... securityGroups)

        The IDs of the security groups associated with the Express service.

        Parameters:
        securityGroups - The IDs of the security groups associated with the Express service.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • subnets

        ExpressGatewayServiceNetworkConfiguration.Builder subnets​(Collection<String> subnets)

        The IDs of the subnets associated with the Express service.

        Parameters:
        subnets - The IDs of the subnets associated with the Express service.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • subnets

        ExpressGatewayServiceNetworkConfiguration.Builder subnets​(String... subnets)

        The IDs of the subnets associated with the Express service.

        Parameters:
        subnets - The IDs of the subnets associated with the Express service.
        Returns:
        Returns a reference to this object so that method calls can be chained together.