Interface UpdateIpSetRequest.Builder

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

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

    • detectorId

      UpdateIpSetRequest.Builder detectorId(String detectorId)

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

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