Interface CreateIpSetRequest.Builder

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

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

    • detectorId

      CreateIpSetRequest.Builder detectorId(String detectorId)

      The unique ID of the detector of the GuardDuty account that you want to create an IPSet for.

      Parameters:
      detectorId - The unique ID of the detector of the GuardDuty account that you want to create an IPSet for.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • name

      The user-friendly name to identify the IPSet.

      Allowed characters are alphanumeric, whitespace, dash (-), and underscores (_).

      Parameters:
      name - The user-friendly name to identify the IPSet.

      Allowed characters are alphanumeric, whitespace, dash (-), and underscores (_).

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • format

      The format of the file that contains the IPSet.

      Parameters:
      format - The format of the file that contains the IPSet.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • format

      The format of the file that contains the IPSet.

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

      CreateIpSetRequest.Builder location(String location)

      The URI of the file that contains the IPSet.

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

      CreateIpSetRequest.Builder activate(Boolean activate)

      A Boolean value that indicates whether GuardDuty is to start using the uploaded IPSet.

      Parameters:
      activate - A Boolean value that indicates whether GuardDuty is to start using the uploaded IPSet.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • clientToken

      CreateIpSetRequest.Builder clientToken(String clientToken)

      The idempotency token for the create request.

      Parameters:
      clientToken - The idempotency token for the create request.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tags

      The tags to be added to a new IP set resource.

      Parameters:
      tags - The tags to be added to a new IP set resource.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

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