Interface VpcInformation.Builder

  • Method Details

    • ipAddressType

      VpcInformation.Builder ipAddressType(String ipAddressType)

      The VPC IP address type.

      Parameters:
      ipAddressType - The VPC IP address type.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • ipAddressType

      VpcInformation.Builder ipAddressType(IpAddressType ipAddressType)

      The VPC IP address type.

      Parameters:
      ipAddressType - The VPC IP address type.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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.