public static interface DescribeAttackStatisticsResponse.Builder extends ShieldResponse.Builder, SdkPojo, CopyableBuilder<DescribeAttackStatisticsResponse.Builder,DescribeAttackStatisticsResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeAttackStatisticsResponse.Builder |
dataItems(AttackStatisticsDataItem... dataItems)
The data that describes the attacks detected during the time period.
|
DescribeAttackStatisticsResponse.Builder |
dataItems(Collection<AttackStatisticsDataItem> dataItems)
The data that describes the attacks detected during the time period.
|
DescribeAttackStatisticsResponse.Builder |
dataItems(Consumer<AttackStatisticsDataItem.Builder>... dataItems)
The data that describes the attacks detected during the time period.
|
default DescribeAttackStatisticsResponse.Builder |
timeRange(Consumer<TimeRange.Builder> timeRange)
The time range of the attack.
|
DescribeAttackStatisticsResponse.Builder |
timeRange(TimeRange timeRange)
The time range of the attack.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeAttackStatisticsResponse.Builder timeRange(TimeRange timeRange)
The time range of the attack.
timeRange - The time range of the attack.default DescribeAttackStatisticsResponse.Builder timeRange(Consumer<TimeRange.Builder> timeRange)
The time range of the attack.
This is a convenience method that creates an instance of theTimeRange.Builder avoiding the need to
create one manually via TimeRange.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to timeRange(TimeRange).
timeRange - a consumer that will call methods on TimeRange.BuildertimeRange(TimeRange)DescribeAttackStatisticsResponse.Builder dataItems(Collection<AttackStatisticsDataItem> dataItems)
The data that describes the attacks detected during the time period.
dataItems - The data that describes the attacks detected during the time period.DescribeAttackStatisticsResponse.Builder dataItems(AttackStatisticsDataItem... dataItems)
The data that describes the attacks detected during the time period.
dataItems - The data that describes the attacks detected during the time period.DescribeAttackStatisticsResponse.Builder dataItems(Consumer<AttackStatisticsDataItem.Builder>... dataItems)
The data that describes the attacks detected during the time period.
This is a convenience method that creates an instance of theAttackStatisticsDataItem.Builder avoiding the need to
create one manually via
AttackStatisticsDataItem.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #dataItems(List.
dataItems - a consumer that will call methods on
AttackStatisticsDataItem.Builder#dataItems(java.util.Collection) Copyright © 2023. All rights reserved.