Class UpdateThreatIntelSetRequest

    • Method Detail

      • detectorId

        public final String detectorId()

        The detectorID that specifies the GuardDuty service whose ThreatIntelSet you want to update.

        To find the detectorId in the current Region, see the Settings page in the GuardDuty console, or run the ListDetectors API.

        Returns:
        The detectorID that specifies the GuardDuty service whose ThreatIntelSet you want to update.

        To find the detectorId in the current Region, see the Settings page in the GuardDuty console, or run the ListDetectors API.

      • threatIntelSetId

        public final String threatIntelSetId()

        The unique ID that specifies the ThreatIntelSet that you want to update.

        Returns:
        The unique ID that specifies the ThreatIntelSet that you want to update.
      • name

        public final String name()

        The unique ID that specifies the ThreatIntelSet that you want to update.

        Returns:
        The unique ID that specifies the ThreatIntelSet that you want to update.
      • location

        public final String location()

        The updated URI of the file that contains the ThreateIntelSet.

        Returns:
        The updated URI of the file that contains the ThreateIntelSet.
      • activate

        public final Boolean activate()

        The updated Boolean value that specifies whether the ThreateIntelSet is active or not.

        Returns:
        The updated Boolean value that specifies whether the ThreateIntelSet is active or not.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object