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