Interface ImportFilter.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ImportFilter.Builder,,ImportFilter> SdkBuilder<ImportFilter.Builder,,ImportFilter> SdkPojo
- Enclosing class:
- ImportFilter
@Mutable
@NotThreadSafe
public static interface ImportFilter.Builder
extends SdkPojo, CopyableBuilder<ImportFilter.Builder,ImportFilter>
-
Method Summary
Modifier and TypeMethodDescriptionendEventTime(Long endEventTime) The end of the time range for events to import, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.startEventTime(Long startEventTime) The start of the time range for events to import, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
startEventTime
The start of the time range for events to import, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
- Parameters:
startEventTime- The start of the time range for events to import, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endEventTime
The end of the time range for events to import, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
- Parameters:
endEventTime- The end of the time range for events to import, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-