Interface UpdateIpSetRequest.Builder

  • Method Details

    • 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

      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

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

      UpdateIpSetRequest.Builder expectedBucketOwner(String expectedBucketOwner)

      The Amazon Web Services account ID that owns the Amazon S3 bucket specified in the location parameter.

      Parameters:
      expectedBucketOwner - The Amazon Web Services account ID that owns the Amazon S3 bucket specified in the location parameter.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      UpdateIpSetRequest.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.