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
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.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 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.
-