| Package | Description |
|---|---|
| software.amazon.awssdk.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
static ViolationEventOccurrenceRange.Builder |
ViolationEventOccurrenceRange.builder() |
ViolationEventOccurrenceRange.Builder |
ViolationEventOccurrenceRange.Builder.endTime(Instant endTime)
The end date and time of a time period in which violation events occurred.
|
ViolationEventOccurrenceRange.Builder |
ViolationEventOccurrenceRange.Builder.startTime(Instant startTime)
The start date and time of a time period in which violation events occurred.
|
ViolationEventOccurrenceRange.Builder |
ViolationEventOccurrenceRange.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ViolationEventOccurrenceRange.Builder> |
ViolationEventOccurrenceRange.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default DetectMitigationActionsTaskSummary.Builder |
DetectMitigationActionsTaskSummary.Builder.violationEventOccurrenceRange(Consumer<ViolationEventOccurrenceRange.Builder> violationEventOccurrenceRange)
Specifies the time period of which violation events occurred between.
|
default StartDetectMitigationActionsTaskRequest.Builder |
StartDetectMitigationActionsTaskRequest.Builder.violationEventOccurrenceRange(Consumer<ViolationEventOccurrenceRange.Builder> violationEventOccurrenceRange)
Specifies the time period of which violation events occurred between.
|
Copyright © 2022. All rights reserved.