Interface UpdateThreatIntelSetRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, CopyableBuilder<UpdateThreatIntelSetRequest.Builder,UpdateThreatIntelSetRequest>, GuardDutyRequest.Builder, SdkBuilder<UpdateThreatIntelSetRequest.Builder,UpdateThreatIntelSetRequest>, SdkPojo, SdkRequest.Builder
Enclosing class:
UpdateThreatIntelSetRequest

public static interface UpdateThreatIntelSetRequest.Builder extends GuardDutyRequest.Builder, SdkPojo, CopyableBuilder<UpdateThreatIntelSetRequest.Builder,UpdateThreatIntelSetRequest>
  • Method Details

    • detectorId

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

      Parameters:
      detectorId - The detectorID that specifies the GuardDuty service whose ThreatIntelSet you want to update.
      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

      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

      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

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

      UpdateThreatIntelSetRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.