public static interface ListAttacksResponse.Builder extends ShieldResponse.Builder, SdkPojo, CopyableBuilder<ListAttacksResponse.Builder,ListAttacksResponse>
| Modifier and Type | Method and Description |
|---|---|
ListAttacksResponse.Builder |
attackSummaries(AttackSummary... attackSummaries)
The attack information for the specified time range.
|
ListAttacksResponse.Builder |
attackSummaries(Collection<AttackSummary> attackSummaries)
The attack information for the specified time range.
|
ListAttacksResponse.Builder |
attackSummaries(Consumer<AttackSummary.Builder>... 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.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, 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.
attackSummaries - The attack information for the specified time range.ListAttacksResponse.Builder attackSummaries(Consumer<AttackSummary.Builder>... attackSummaries)
The attack information for the specified time range.
This is a convenience that creates an instance of theList.Builder avoiding the need
to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and
its result is passed to #attackSummaries(List) .attackSummaries - a consumer that will call methods on List.Builder #attackSummaries(List) 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.
Shield Advanced might return the list of AttackSummary objects in batches smaller than the number
specified by MaxResults. If there are more attack summary objects to return, Shield Advanced will always also
return a NextToken.
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.
Shield Advanced might return the list of AttackSummary objects in batches smaller than the
number specified by MaxResults. If there are more attack summary objects to return, Shield Advanced
will always also return a NextToken.
Copyright © 2021. All rights reserved.