Class IdsPcapConfig.Builder

  • Enclosing class:
    IdsPcapConfig

    public static final class IdsPcapConfig.Builder
    extends java.lang.Object
    Builder class for IdsPcapConfig.
    • Constructor Detail

      • Builder

        public Builder()
        Constructor with parameters for the required properties of IdsPcapConfig.
    • Method Detail

      • setPcapByteCount

        public IdsPcapConfig.Builder setPcapByteCount​(java.lang.Long pcapByteCount)
        Determine how many bytes will be captured. format: int32
        Parameters:
        pcapByteCount - New value for the property.
      • setPcapEnabled

        public IdsPcapConfig.Builder setPcapEnabled​(java.lang.Boolean pcapEnabled)
        Flag which determines whether packet capturing is enabled or not.
        Parameters:
        pcapEnabled - New value for the property.
      • setPcapPacketCount

        public IdsPcapConfig.Builder setPcapPacketCount​(java.lang.Long pcapPacketCount)
        Determine how many packets will be captured. format: int32
        Parameters:
        pcapPacketCount - New value for the property.