Interface VpcInformation.Builder

    • Method Detail

      • securityGroupIds

        VpcInformation.Builder securityGroupIds​(Collection<String> securityGroupIds)

        The security groups used with the connector. You can use a maximum of 4 security groups with a connector.

        Parameters:
        securityGroupIds - The security groups used with the connector. You can use a maximum of 4 security groups with a connector.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • securityGroupIds

        VpcInformation.Builder securityGroupIds​(String... securityGroupIds)

        The security groups used with the connector. You can use a maximum of 4 security groups with a connector.

        Parameters:
        securityGroupIds - The security groups used with the connector. You can use a maximum of 4 security groups with a connector.
        Returns:
        Returns a reference to this object so that method calls can be chained together.