public static interface AttackVolume.Builder extends SdkPojo, CopyableBuilder<AttackVolume.Builder,AttackVolume>
| Modifier and Type | Method and Description |
|---|---|
AttackVolume.Builder |
bitsPerSecond(AttackVolumeStatistics bitsPerSecond)
A statistics object that uses bits per second as the unit.
|
default AttackVolume.Builder |
bitsPerSecond(Consumer<AttackVolumeStatistics.Builder> bitsPerSecond)
A statistics object that uses bits per second as the unit.
|
AttackVolume.Builder |
packetsPerSecond(AttackVolumeStatistics packetsPerSecond)
A statistics object that uses packets per second as the unit.
|
default AttackVolume.Builder |
packetsPerSecond(Consumer<AttackVolumeStatistics.Builder> packetsPerSecond)
A statistics object that uses packets per second as the unit.
|
AttackVolume.Builder |
requestsPerSecond(AttackVolumeStatistics requestsPerSecond)
A statistics object that uses requests per second as the unit.
|
default AttackVolume.Builder |
requestsPerSecond(Consumer<AttackVolumeStatistics.Builder> requestsPerSecond)
A statistics object that uses requests per second as the unit.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAttackVolume.Builder bitsPerSecond(AttackVolumeStatistics bitsPerSecond)
A statistics object that uses bits per second as the unit. This is included for network level attacks.
bitsPerSecond - A statistics object that uses bits per second as the unit. This is included for network level attacks.default AttackVolume.Builder bitsPerSecond(Consumer<AttackVolumeStatistics.Builder> bitsPerSecond)
A statistics object that uses bits per second as the unit. This is included for network level attacks.
This is a convenience that creates an instance of theAttackVolumeStatistics.Builder avoiding the
need to create one manually via AttackVolumeStatistics.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to bitsPerSecond(AttackVolumeStatistics).bitsPerSecond - a consumer that will call methods on AttackVolumeStatistics.BuilderbitsPerSecond(AttackVolumeStatistics)AttackVolume.Builder packetsPerSecond(AttackVolumeStatistics packetsPerSecond)
A statistics object that uses packets per second as the unit. This is included for network level attacks.
packetsPerSecond - A statistics object that uses packets per second as the unit. This is included for network level
attacks.default AttackVolume.Builder packetsPerSecond(Consumer<AttackVolumeStatistics.Builder> packetsPerSecond)
A statistics object that uses packets per second as the unit. This is included for network level attacks.
This is a convenience that creates an instance of theAttackVolumeStatistics.Builder avoiding the
need to create one manually via AttackVolumeStatistics.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to packetsPerSecond(AttackVolumeStatistics).packetsPerSecond - a consumer that will call methods on AttackVolumeStatistics.BuilderpacketsPerSecond(AttackVolumeStatistics)AttackVolume.Builder requestsPerSecond(AttackVolumeStatistics requestsPerSecond)
A statistics object that uses requests per second as the unit. This is included for application level attacks, and is only available for accounts that are subscribed to Shield Advanced.
requestsPerSecond - A statistics object that uses requests per second as the unit. This is included for application level
attacks, and is only available for accounts that are subscribed to Shield Advanced.default AttackVolume.Builder requestsPerSecond(Consumer<AttackVolumeStatistics.Builder> requestsPerSecond)
A statistics object that uses requests per second as the unit. This is included for application level attacks, and is only available for accounts that are subscribed to Shield Advanced.
This is a convenience that creates an instance of theAttackVolumeStatistics.Builder avoiding the
need to create one manually via AttackVolumeStatistics.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to requestsPerSecond(AttackVolumeStatistics).requestsPerSecond - a consumer that will call methods on AttackVolumeStatistics.BuilderrequestsPerSecond(AttackVolumeStatistics)Copyright © 2021. All rights reserved.