| Package | Description |
|---|---|
| software.amazon.awssdk.services.shield.model |
| Modifier and Type | Method and Description |
|---|---|
AttackProperty.Builder |
AttackProperty.Builder.attackLayer(AttackLayer attackLayer)
The type of distributed denial of service (DDoS) event that was observed.
|
AttackProperty.Builder |
AttackProperty.Builder.attackLayer(String attackLayer)
The type of distributed denial of service (DDoS) event that was observed.
|
AttackProperty.Builder |
AttackProperty.Builder.attackPropertyIdentifier(AttackPropertyIdentifier attackPropertyIdentifier)
Defines the DDoS attack property information that is provided.
|
AttackProperty.Builder |
AttackProperty.Builder.attackPropertyIdentifier(String attackPropertyIdentifier)
Defines the DDoS attack property information that is provided.
|
static AttackProperty.Builder |
AttackProperty.builder() |
AttackProperty.Builder |
AttackProperty.toBuilder() |
AttackProperty.Builder |
AttackProperty.Builder.topContributors(Collection<Contributor> topContributors)
The array of contributor objects that includes the top five contributors to an attack.
|
AttackProperty.Builder |
AttackProperty.Builder.topContributors(Consumer<Contributor.Builder>... topContributors)
The array of contributor objects that includes the top five contributors to an attack.
|
AttackProperty.Builder |
AttackProperty.Builder.topContributors(Contributor... topContributors)
The array of contributor objects that includes the top five contributors to an attack.
|
AttackProperty.Builder |
AttackProperty.Builder.total(Long total)
The total contributions made to this attack by all contributors, not just the five listed in the
TopContributors list. |
AttackProperty.Builder |
AttackProperty.Builder.unit(String unit)
The unit of the
Value of the contributions. |
AttackProperty.Builder |
AttackProperty.Builder.unit(Unit unit)
The unit of the
Value of the contributions. |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AttackProperty.Builder> |
AttackProperty.serializableBuilderClass() |
Copyright © 2021. All rights reserved.