AttackDetail.Builder |
AttackDetail.Builder.attackCounters(Collection<SummarizedCounter> attackCounters) |
List of counters that describe the attack for the specified time period.
|
AttackDetail.Builder |
AttackDetail.Builder.attackCounters(Consumer<SummarizedCounter.Builder>... attackCounters) |
List of counters that describe the attack for the specified time period.
|
AttackDetail.Builder |
AttackDetail.Builder.attackCounters(SummarizedCounter... attackCounters) |
List of counters that describe the attack for the specified time period.
|
AttackDetail.Builder |
AttackDetail.Builder.attackId(String attackId) |
The unique identifier (ID) of the attack.
|
AttackDetail.Builder |
AttackDetail.Builder.attackProperties(Collection<AttackProperty> attackProperties) |
The array of objects that provide details of the Shield event.
|
AttackDetail.Builder |
AttackDetail.Builder.attackProperties(Consumer<AttackProperty.Builder>... attackProperties) |
The array of objects that provide details of the Shield event.
|
AttackDetail.Builder |
AttackDetail.Builder.attackProperties(AttackProperty... attackProperties) |
The array of objects that provide details of the Shield event.
|
static AttackDetail.Builder |
AttackDetail.builder() |
|
AttackDetail.Builder |
AttackDetail.Builder.endTime(Instant endTime) |
The time the attack ended, in Unix time in seconds.
|
AttackDetail.Builder |
AttackDetail.Builder.mitigations(Collection<Mitigation> mitigations) |
List of mitigation actions taken for the attack.
|
AttackDetail.Builder |
AttackDetail.Builder.mitigations(Consumer<Mitigation.Builder>... mitigations) |
List of mitigation actions taken for the attack.
|
AttackDetail.Builder |
AttackDetail.Builder.mitigations(Mitigation... mitigations) |
List of mitigation actions taken for the attack.
|
AttackDetail.Builder |
AttackDetail.Builder.resourceArn(String resourceArn) |
The ARN (Amazon Resource Name) of the resource that was attacked.
|
AttackDetail.Builder |
AttackDetail.Builder.startTime(Instant startTime) |
The time the attack started, in Unix time in seconds.
|
AttackDetail.Builder |
AttackDetail.Builder.subResources(Collection<SubResourceSummary> subResources) |
If applicable, additional detail about the resource being attacked, for example, IP address or URL.
|
AttackDetail.Builder |
AttackDetail.Builder.subResources(Consumer<SubResourceSummary.Builder>... subResources) |
If applicable, additional detail about the resource being attacked, for example, IP address or URL.
|
AttackDetail.Builder |
AttackDetail.Builder.subResources(SubResourceSummary... subResources) |
If applicable, additional detail about the resource being attacked, for example, IP address or URL.
|
AttackDetail.Builder |
AttackDetail.toBuilder() |
|