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)
Sets the value of the TimeRange property for this object.
|
DescribeAttackStatisticsResponse.Builder |
timeRange(TimeRange timeRange)
Sets the value of the TimeRange property for this object.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeAttackStatisticsResponse.Builder timeRange(TimeRange timeRange)
timeRange - The new value for the TimeRange property for this object.default DescribeAttackStatisticsResponse.Builder timeRange(Consumer<TimeRange.Builder> timeRange)
TimeRange.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 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 #dataItems(List) .dataItems - a consumer that will call methods on List.Builder #dataItems(List) Copyright © 2021. All rights reserved.