Interface ViolationEventOccurrenceRange.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ViolationEventOccurrenceRange.Builder,
,ViolationEventOccurrenceRange> SdkBuilder<ViolationEventOccurrenceRange.Builder,
,ViolationEventOccurrenceRange> SdkPojo
- Enclosing class:
ViolationEventOccurrenceRange
public static interface ViolationEventOccurrenceRange.Builder
extends SdkPojo, CopyableBuilder<ViolationEventOccurrenceRange.Builder,ViolationEventOccurrenceRange>
-
Method Summary
Modifier and TypeMethodDescriptionThe end date and time of a time period in which violation events occurred.The start date and time of a time period in which violation events occurred.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
startTime
The start date and time of a time period in which violation events occurred.
- Parameters:
startTime
- The start date and time of a time period in which violation events occurred.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endTime
The end date and time of a time period in which violation events occurred.
- Parameters:
endTime
- The end date and time of a time period in which violation events occurred.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-