public static final class IdsPcapConfig.Builder
extends java.lang.Object
IdsPcapConfig
.Constructor and Description |
---|
Builder()
Constructor with parameters for the required properties of
IdsPcapConfig . |
Modifier and Type | Method and Description |
---|---|
IdsPcapConfig |
build() |
IdsPcapConfig.Builder |
setPcapByteCount(java.lang.Long pcapByteCount)
Determine how many bytes will be captured.
|
IdsPcapConfig.Builder |
setPcapEnabled(java.lang.Boolean pcapEnabled)
Flag which determines whether packet capturing is enabled or not.
|
IdsPcapConfig.Builder |
setPcapPacketCount(java.lang.Long pcapPacketCount)
Determine how many packets will be captured.
|
public Builder()
IdsPcapConfig
.public IdsPcapConfig.Builder setPcapByteCount(java.lang.Long pcapByteCount)
pcapByteCount
- New value for the property.public IdsPcapConfig.Builder setPcapEnabled(java.lang.Boolean pcapEnabled)
pcapEnabled
- New value for the property.public IdsPcapConfig.Builder setPcapPacketCount(java.lang.Long pcapPacketCount)
pcapPacketCount
- New value for the property.public IdsPcapConfig build()