Interface ContinuousScanDetails.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ContinuousScanDetails.Builder,,ContinuousScanDetails> SdkBuilder<ContinuousScanDetails.Builder,,ContinuousScanDetails> SdkPojo
- Enclosing class:
ContinuousScanDetails
@Mutable
@NotThreadSafe
public static interface ContinuousScanDetails.Builder
extends SdkPojo, CopyableBuilder<ContinuousScanDetails.Builder,ContinuousScanDetails>
-
Method Summary
Modifier and TypeMethodDescriptionThe timestamp representing the end of the time range to scan.The timestamp representing the start of the time range to scan.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 timestamp representing the start of the time range to scan. Reserved for internal use.
- Parameters:
startTime- The timestamp representing the start of the time range to scan. Reserved for internal use.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endTime
The timestamp representing the end of the time range to scan.
- Parameters:
endTime- The timestamp representing the end of the time range to scan.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-