Interface Topic.UpdateStages.WithInboundIpRules

All Known Subinterfaces:
Topic.Update
Enclosing interface:
Topic.UpdateStages

public static interface Topic.UpdateStages.WithInboundIpRules
The stage of the Topic update allowing to specify inboundIpRules.
  • Method Summary

    Modifier and Type
    Method
    Description
    Specifies the inboundIpRules property: This can be used to restrict traffic from specific IPs instead of all IPs.
  • Method Details

    • withInboundIpRules

      Topic.Update withInboundIpRules(List<InboundIpRule> inboundIpRules)
      Specifies the inboundIpRules property: This can be used to restrict traffic from specific IPs instead of all IPs. Note: These are considered only if PublicNetworkAccess is enabled..
      Parameters:
      inboundIpRules - This can be used to restrict traffic from specific IPs instead of all IPs. Note: These are considered only if PublicNetworkAccess is enabled.
      Returns:
      the next definition stage.