Interface VpcDescription.Builder

    • Method Detail

      • securityGroups

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

        The security groups for the connector.

        Parameters:
        securityGroups - The security groups for the connector.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • securityGroups

        VpcDescription.Builder securityGroups​(String... securityGroups)

        The security groups for the connector.

        Parameters:
        securityGroups - The security groups for the connector.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • subnets

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

        The subnets for the connector.

        Parameters:
        subnets - The subnets for the connector.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • subnets

        VpcDescription.Builder subnets​(String... subnets)

        The subnets for the connector.

        Parameters:
        subnets - The subnets for the connector.
        Returns:
        Returns a reference to this object so that method calls can be chained together.