Class UpdateIpSetRequest

    • Method Detail

      • detectorId

        public final String detectorId()

        The detectorID that specifies the GuardDuty service whose IPSet 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 IPSet 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.

      • ipSetId

        public final String ipSetId()

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

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

        public final String name()

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

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

        public final String location()

        The updated URI of the file that contains the IPSet.

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

        public final Boolean activate()

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

        Returns:
        The updated Boolean value that specifies whether the IPSet 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