Interface SessionFilterConfig.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<SessionFilterConfig.Builder,,SessionFilterConfig> SdkBuilder<SessionFilterConfig.Builder,,SessionFilterConfig> SdkPojo
- Enclosing class:
- SessionFilterConfig
@Mutable
@NotThreadSafe
public static interface SessionFilterConfig.Builder
extends SdkPojo, CopyableBuilder<SessionFilterConfig.Builder,SessionFilterConfig>
-
Method Summary
Modifier and TypeMethodDescriptionThe end time of the time range.The start time of the time range.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
-
startTime
The start time of the time range. Only sessions with activity at or after this timestamp are included.
- Parameters:
startTime- The start time of the time range. Only sessions with activity at or after this timestamp are included.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endTime
The end time of the time range. Only sessions with activity before this timestamp are included.
- Parameters:
endTime- The end time of the time range. Only sessions with activity before this timestamp are included.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-