Interface UpdateIpSetRequest.Builder

    • Method Detail

      • detectorId

        UpdateIpSetRequest.Builder detectorId​(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.

        Parameters:
        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:
        Returns a reference to this object so that method calls can be chained together.
      • ipSetId

        UpdateIpSetRequest.Builder ipSetId​(String ipSetId)

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

        Parameters:
        ipSetId - The unique ID that specifies the IPSet that you want to update.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • name

        UpdateIpSetRequest.Builder name​(String name)

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

        Parameters:
        name - The unique ID that specifies the IPSet that you want to update.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • location

        UpdateIpSetRequest.Builder location​(String location)

        The updated URI of the file that contains the IPSet.

        Parameters:
        location - The updated URI of the file that contains the IPSet.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • activate

        UpdateIpSetRequest.Builder activate​(Boolean activate)

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

        Parameters:
        activate - The updated Boolean value that specifies whether the IPSet is active or not.
        Returns:
        Returns a reference to this object so that method calls can be chained together.