Interface TriggerDetails.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<TriggerDetails.Builder,TriggerDetails>,SdkBuilder<TriggerDetails.Builder,TriggerDetails>,SdkPojo
- Enclosing class:
- TriggerDetails
public static interface TriggerDetails.Builder extends SdkPojo, CopyableBuilder<TriggerDetails.Builder,TriggerDetails>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TriggerDetails.Builderdescription(String description)The description of the scan trigger.TriggerDetails.BuilderguardDutyFindingId(String guardDutyFindingId)The ID of the GuardDuty finding that triggered the malware scan.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
guardDutyFindingId
TriggerDetails.Builder guardDutyFindingId(String 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
TriggerDetails.Builder description(String 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.
-
-