public static interface AttackStatisticsDataItem.Builder extends SdkPojo, CopyableBuilder<AttackStatisticsDataItem.Builder,AttackStatisticsDataItem>
| Modifier and Type | Method and Description |
|---|---|
AttackStatisticsDataItem.Builder |
attackCount(Long attackCount)
The number of attacks detected during the time period.
|
AttackStatisticsDataItem.Builder |
attackVolume(AttackVolume attackVolume)
Information about the volume of attacks during the time period.
|
default AttackStatisticsDataItem.Builder |
attackVolume(Consumer<AttackVolume.Builder> attackVolume)
Information about the volume of attacks during the time period.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAttackStatisticsDataItem.Builder attackVolume(AttackVolume attackVolume)
Information about the volume of attacks during the time period. If the accompanying AttackCount
is zero, this setting might be empty.
attackVolume - Information about the volume of attacks during the time period. If the accompanying
AttackCount is zero, this setting might be empty.default AttackStatisticsDataItem.Builder attackVolume(Consumer<AttackVolume.Builder> attackVolume)
Information about the volume of attacks during the time period. If the accompanying AttackCount
is zero, this setting might be empty.
AttackVolume.Builder avoiding the need
to create one manually via AttackVolume.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to attackVolume(AttackVolume).
attackVolume - a consumer that will call methods on AttackVolume.BuilderattackVolume(AttackVolume)AttackStatisticsDataItem.Builder attackCount(Long attackCount)
The number of attacks detected during the time period. This is always present, but might be zero.
attackCount - The number of attacks detected during the time period. This is always present, but might be zero.Copyright © 2023. All rights reserved.