Interface TriggerDetails.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<TriggerDetails.Builder,,TriggerDetails> SdkBuilder<TriggerDetails.Builder,,TriggerDetails> SdkPojo
- Enclosing class:
TriggerDetails
@Mutable
@NotThreadSafe
public static interface TriggerDetails.Builder
extends SdkPojo, CopyableBuilder<TriggerDetails.Builder,TriggerDetails>
-
Method Summary
Modifier and TypeMethodDescriptiondescription(String description) The description of the scan trigger.guardDutyFindingId(String guardDutyFindingId) The ID of the GuardDuty finding that triggered the malware scan.triggerType(String triggerType) Specifies the trigger type that started the malware scan.triggerType(TriggerType triggerType) Specifies the trigger type that started 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
-
guardDutyFindingId
The ID of the GuardDuty finding that triggered the malware scan.
- Parameters:
guardDutyFindingId- The ID of the GuardDuty finding that triggered the malware scan.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
The description of the scan trigger.
- Parameters:
description- The description of the scan trigger.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
triggerType
Specifies the trigger type that started the malware scan.
- Parameters:
triggerType- Specifies the trigger type that started the malware scan.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
triggerType
Specifies the trigger type that started the malware scan.
- Parameters:
triggerType- Specifies the trigger type that started the malware scan.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-