CopyableBuilder<AttackSummary.Builder,AttackSummary>, SdkBuilder<AttackSummary.Builder,AttackSummary>public static interface AttackSummary.Builder extends CopyableBuilder<AttackSummary.Builder,AttackSummary>
| Modifier and Type | Method | Description |
|---|---|---|
AttackSummary.Builder |
attackId(String attackId) |
The unique identifier (ID) of the attack.
|
AttackSummary.Builder |
attackVectors(Collection<AttackVectorDescription> attackVectors) |
The list of attacks for a specified time period.
|
AttackSummary.Builder |
attackVectors(AttackVectorDescription... attackVectors) |
The list of attacks for a specified time period.
|
AttackSummary.Builder |
endTime(Date endTime) |
The end time of the attack, in the format 2016-12-16T13:50Z.
|
AttackSummary.Builder |
resourceArn(String resourceArn) |
The ARN (Amazon Resource Name) of the resource that was attacked.
|
AttackSummary.Builder |
startTime(Date startTime) |
The start time of the attack, in the format 2016-12-16T13:50Z.
|
copyapply, buildAttackSummary.Builder attackId(String attackId)
The unique identifier (ID) of the attack.
attackId - The unique identifier (ID) of the attack.AttackSummary.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.AttackSummary.Builder startTime(Date startTime)
The start time of the attack, in the format 2016-12-16T13:50Z.
startTime - The start time of the attack, in the format 2016-12-16T13:50Z.AttackSummary.Builder endTime(Date endTime)
The end time of the attack, in the format 2016-12-16T13:50Z.
endTime - The end time of the attack, in the format 2016-12-16T13:50Z.AttackSummary.Builder attackVectors(Collection<AttackVectorDescription> attackVectors)
The list of attacks for a specified time period.
attackVectors - The list of attacks for a specified time period.AttackSummary.Builder attackVectors(AttackVectorDescription... attackVectors)
The list of attacks for a specified time period.
NOTE: This method appends the values to the existing list (if any). Use
#setAttackVectors(java.util.Collection) or #withAttackVectors(java.util.Collection) if you
want to override the existing values.
attackVectors - The list of attacks for a specified time period.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.