public static interface AttackDetail.Builder extends SdkPojo, CopyableBuilder<AttackDetail.Builder,AttackDetail>
| Modifier and Type | Method and Description |
|---|---|
AttackDetail.Builder |
attackCounters(Collection<SummarizedCounter> attackCounters)
List of counters that describe the attack for the specified time period.
|
AttackDetail.Builder |
attackCounters(Consumer<SummarizedCounter.Builder>... attackCounters)
List of counters that describe the attack for the specified time period.
|
AttackDetail.Builder |
attackCounters(SummarizedCounter... attackCounters)
List of counters that describe the attack for the specified time period.
|
AttackDetail.Builder |
attackId(String attackId)
The unique identifier (ID) of the attack.
|
AttackDetail.Builder |
attackProperties(AttackProperty... attackProperties)
The array of objects that provide details of the Shield event.
|
AttackDetail.Builder |
attackProperties(Collection<AttackProperty> attackProperties)
The array of objects that provide details of the Shield event.
|
AttackDetail.Builder |
attackProperties(Consumer<AttackProperty.Builder>... attackProperties)
The array of objects that provide details of the Shield event.
|
AttackDetail.Builder |
endTime(Instant endTime)
The time the attack ended, in Unix time in seconds.
|
AttackDetail.Builder |
mitigations(Collection<Mitigation> mitigations)
List of mitigation actions taken for the attack.
|
AttackDetail.Builder |
mitigations(Consumer<Mitigation.Builder>... mitigations)
List of mitigation actions taken for the attack.
|
AttackDetail.Builder |
mitigations(Mitigation... mitigations)
List of mitigation actions taken for the attack.
|
AttackDetail.Builder |
resourceArn(String resourceArn)
The ARN (Amazon Resource Name) of the resource that was attacked.
|
AttackDetail.Builder |
startTime(Instant startTime)
The time the attack started, in Unix time in seconds.
|
AttackDetail.Builder |
subResources(Collection<SubResourceSummary> subResources)
If applicable, additional detail about the resource being attacked, for example, IP address or URL.
|
AttackDetail.Builder |
subResources(Consumer<SubResourceSummary.Builder>... subResources)
If applicable, additional detail about the resource being attacked, for example, IP address or URL.
|
AttackDetail.Builder |
subResources(SubResourceSummary... subResources)
If applicable, additional detail about the resource being attacked, for example, IP address or URL.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAttackDetail.Builder attackId(String attackId)
The unique identifier (ID) of the attack.
attackId - The unique identifier (ID) of the attack.AttackDetail.Builder resourceArn(String resourceArn)
The ARN (Amazon Resource Name) of the resource that was attacked.
resourceArn - The ARN (Amazon Resource Name) of the resource that was attacked.AttackDetail.Builder subResources(Collection<SubResourceSummary> subResources)
If applicable, additional detail about the resource being attacked, for example, IP address or URL.
subResources - If applicable, additional detail about the resource being attacked, for example, IP address or URL.AttackDetail.Builder subResources(SubResourceSummary... subResources)
If applicable, additional detail about the resource being attacked, for example, IP address or URL.
subResources - If applicable, additional detail about the resource being attacked, for example, IP address or URL.AttackDetail.Builder subResources(Consumer<SubResourceSummary.Builder>... subResources)
If applicable, additional detail about the resource being attacked, for example, IP address or URL.
This is a convenience method that creates an instance of theSubResourceSummary.Builder avoiding the need to create
one manually via SubResourceSummary.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #subResources(List.
subResources - a consumer that will call methods on
SubResourceSummary.Builder#subResources(java.util.Collection) AttackDetail.Builder startTime(Instant startTime)
The time the attack started, in Unix time in seconds.
startTime - The time the attack started, in Unix time in seconds.AttackDetail.Builder endTime(Instant endTime)
The time the attack ended, in Unix time in seconds.
endTime - The time the attack ended, in Unix time in seconds.AttackDetail.Builder attackCounters(Collection<SummarizedCounter> attackCounters)
List of counters that describe the attack for the specified time period.
attackCounters - List of counters that describe the attack for the specified time period.AttackDetail.Builder attackCounters(SummarizedCounter... attackCounters)
List of counters that describe the attack for the specified time period.
attackCounters - List of counters that describe the attack for the specified time period.AttackDetail.Builder attackCounters(Consumer<SummarizedCounter.Builder>... attackCounters)
List of counters that describe the attack for the specified time period.
This is a convenience method that creates an instance of theSummarizedCounter.Builder avoiding the need to create
one manually via SummarizedCounter.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #attackCounters(List.
attackCounters - a consumer that will call methods on
SummarizedCounter.Builder#attackCounters(java.util.Collection) AttackDetail.Builder attackProperties(Collection<AttackProperty> attackProperties)
The array of objects that provide details of the Shield event.
For infrastructure layer events (L3 and L4 events), you can view metrics for top contributors in Amazon CloudWatch metrics. For more information, see Shield metrics and alarms in the WAF Developer Guide.
attackProperties - The array of objects that provide details of the Shield event.
For infrastructure layer events (L3 and L4 events), you can view metrics for top contributors in Amazon CloudWatch metrics. For more information, see Shield metrics and alarms in the WAF Developer Guide.
AttackDetail.Builder attackProperties(AttackProperty... attackProperties)
The array of objects that provide details of the Shield event.
For infrastructure layer events (L3 and L4 events), you can view metrics for top contributors in Amazon CloudWatch metrics. For more information, see Shield metrics and alarms in the WAF Developer Guide.
attackProperties - The array of objects that provide details of the Shield event.
For infrastructure layer events (L3 and L4 events), you can view metrics for top contributors in Amazon CloudWatch metrics. For more information, see Shield metrics and alarms in the WAF Developer Guide.
AttackDetail.Builder attackProperties(Consumer<AttackProperty.Builder>... attackProperties)
The array of objects that provide details of the Shield event.
For infrastructure layer events (L3 and L4 events), you can view metrics for top contributors in Amazon CloudWatch metrics. For more information, see Shield metrics and alarms in the WAF Developer Guide.
This is a convenience method that creates an instance of theAttackProperty.Builder avoiding the need to create one
manually via AttackProperty.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #attackProperties(List.
attackProperties - a consumer that will call methods on
AttackProperty.Builder#attackProperties(java.util.Collection) AttackDetail.Builder mitigations(Collection<Mitigation> mitigations)
List of mitigation actions taken for the attack.
mitigations - List of mitigation actions taken for the attack.AttackDetail.Builder mitigations(Mitigation... mitigations)
List of mitigation actions taken for the attack.
mitigations - List of mitigation actions taken for the attack.AttackDetail.Builder mitigations(Consumer<Mitigation.Builder>... mitigations)
List of mitigation actions taken for the attack.
This is a convenience method that creates an instance of theMitigation.Builder avoiding the need to create one
manually via Mitigation.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #mitigations(List.
mitigations - a consumer that will call methods on
Mitigation.Builder#mitigations(java.util.Collection) Copyright © 2023. All rights reserved.