Interface UpdateThreatIntelSetRequest.Builder

    • Method Detail

      • detectorId

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

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

        UpdateThreatIntelSetRequest.Builder threatIntelSetId​(String threatIntelSetId)

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

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

        UpdateThreatIntelSetRequest.Builder name​(String name)

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

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

        UpdateThreatIntelSetRequest.Builder location​(String location)

        The updated URI of the file that contains the ThreateIntelSet.

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

        UpdateThreatIntelSetRequest.Builder activate​(Boolean activate)

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

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