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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ViolationEventOccurrenceRange.BuilderendTime(Instant endTime)The end date and time of a time period in which violation events occurred.ViolationEventOccurrenceRange.BuilderstartTime(Instant startTime)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 Detail
-
startTime
ViolationEventOccurrenceRange.Builder startTime(Instant 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
ViolationEventOccurrenceRange.Builder endTime(Instant 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.
-
-