CopyableBuilder<ListAttacksResponse.Builder,ListAttacksResponse>, SdkBuilder<ListAttacksResponse.Builder,ListAttacksResponse>public static interface ListAttacksResponse.Builder extends CopyableBuilder<ListAttacksResponse.Builder,ListAttacksResponse>
| Modifier and Type | Method | Description |
|---|---|---|
ListAttacksResponse.Builder |
attackSummaries(Collection<AttackSummary> attackSummaries) |
The attack information for the specified time range.
|
ListAttacksResponse.Builder |
attackSummaries(AttackSummary... attackSummaries) |
The attack information for the specified time range.
|
ListAttacksResponse.Builder |
nextToken(String nextToken) |
The token returned by a previous call to indicate that there is more data available.
|
copyapply, buildListAttacksResponse.Builder attackSummaries(Collection<AttackSummary> attackSummaries)
The attack information for the specified time range.
attackSummaries - The attack information for the specified time range.ListAttacksResponse.Builder attackSummaries(AttackSummary... attackSummaries)
The attack information for the specified time range.
NOTE: This method appends the values to the existing list (if any). Use
#setAttackSummaries(java.util.Collection) or #withAttackSummaries(java.util.Collection) if
you want to override the existing values.
attackSummaries - The attack information for the specified time range.ListAttacksResponse.Builder nextToken(String nextToken)
The token returned by a previous call to indicate that there is more data available. If not null, more
results are available. Pass this value for the NextMarker parameter in a subsequent call to
ListAttacks to retrieve the next set of items.
nextToken - The token returned by a previous call to indicate that there is more data available. If not null, more
results are available. Pass this value for the NextMarker parameter in a subsequent call
to ListAttacks to retrieve the next set of items.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.