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 Details

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