Interface UpdateAllowListRequest.Builder

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

public static interface UpdateAllowListRequest.Builder extends Macie2Request.Builder, SdkPojo, CopyableBuilder<UpdateAllowListRequest.Builder,UpdateAllowListRequest>
  • Method Details

    • criteria

      The criteria that specify the text or text pattern to ignore. The criteria can be the location and name of an S3 object that lists specific text to ignore (s3WordsList), or a regular expression that defines a text pattern to ignore (regex).

      You can change a list's underlying criteria, such as the name of the S3 object or the regular expression to use. However, you can't change the type from s3WordsList to regex or the other way around.

      Parameters:
      criteria - The criteria that specify the text or text pattern to ignore. The criteria can be the location and name of an S3 object that lists specific text to ignore (s3WordsList), or a regular expression that defines a text pattern to ignore (regex).

      You can change a list's underlying criteria, such as the name of the S3 object or the regular expression to use. However, you can't change the type from s3WordsList to regex or the other way around.

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

      The criteria that specify the text or text pattern to ignore. The criteria can be the location and name of an S3 object that lists specific text to ignore (s3WordsList), or a regular expression that defines a text pattern to ignore (regex).

      You can change a list's underlying criteria, such as the name of the S3 object or the regular expression to use. However, you can't change the type from s3WordsList to regex or the other way around.

      This is a convenience method that creates an instance of the AllowListCriteria.Builder avoiding the need to create one manually via AllowListCriteria.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to criteria(AllowListCriteria).

      Parameters:
      criteria - a consumer that will call methods on AllowListCriteria.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • description

      UpdateAllowListRequest.Builder description(String description)

      A custom description of the allow list. The description can contain as many as 512 characters.

      Parameters:
      description - A custom description of the allow list. The description can contain as many as 512 characters.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • id

      The unique identifier for the Amazon Macie resource that the request applies to.

      Parameters:
      id - The unique identifier for the Amazon Macie resource that the request applies to.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • name

      A custom name for the allow list. The name can contain as many as 128 characters.

      Parameters:
      name - A custom name for the allow list. The name can contain as many as 128 characters.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

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