Interface MalwareProtectionFindingsScanConfiguration.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<MalwareProtectionFindingsScanConfiguration.Builder,,MalwareProtectionFindingsScanConfiguration> SdkBuilder<MalwareProtectionFindingsScanConfiguration.Builder,,MalwareProtectionFindingsScanConfiguration> SdkPojo
- Enclosing class:
MalwareProtectionFindingsScanConfiguration
@Mutable
@NotThreadSafe
public static interface MalwareProtectionFindingsScanConfiguration.Builder
extends SdkPojo, CopyableBuilder<MalwareProtectionFindingsScanConfiguration.Builder,MalwareProtectionFindingsScanConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionincrementalScanDetails(Consumer<IncrementalScanDetails.Builder> incrementalScanDetails) Sets the value of the IncrementalScanDetails property for this object.incrementalScanDetails(IncrementalScanDetails incrementalScanDetails) Sets the value of the IncrementalScanDetails property for this object.triggerType(String triggerType) The event that triggered the malware scan.triggerType(TriggerType triggerType) The event that triggered the malware 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
-
triggerType
The event that triggered the malware scan.
- Parameters:
triggerType- The event that triggered the malware scan.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
triggerType
The event that triggered the malware scan.
- Parameters:
triggerType- The event that triggered the malware scan.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
incrementalScanDetails
MalwareProtectionFindingsScanConfiguration.Builder incrementalScanDetails(IncrementalScanDetails incrementalScanDetails) Sets the value of the IncrementalScanDetails property for this object.- Parameters:
incrementalScanDetails- The new value for the IncrementalScanDetails property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
incrementalScanDetails
default MalwareProtectionFindingsScanConfiguration.Builder incrementalScanDetails(Consumer<IncrementalScanDetails.Builder> incrementalScanDetails) Sets the value of the IncrementalScanDetails property for this object. This is a convenience method that creates an instance of theIncrementalScanDetails.Builderavoiding the need to create one manually viaIncrementalScanDetails.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toincrementalScanDetails(IncrementalScanDetails).- Parameters:
incrementalScanDetails- a consumer that will call methods onIncrementalScanDetails.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-