Interface GetAllowListResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<GetAllowListResponse.Builder,GetAllowListResponse>, Macie2Response.Builder, SdkBuilder<GetAllowListResponse.Builder,GetAllowListResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
GetAllowListResponse

public static interface GetAllowListResponse.Builder extends Macie2Response.Builder, SdkPojo, CopyableBuilder<GetAllowListResponse.Builder,GetAllowListResponse>
  • Method Details

    • arn

      The Amazon Resource Name (ARN) of the allow list.

      Parameters:
      arn - The Amazon Resource Name (ARN) of the allow list.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • createdAt

      GetAllowListResponse.Builder createdAt(Instant createdAt)

      The date and time, in UTC and extended ISO 8601 format, when the allow list was created in Amazon Macie.

      Parameters:
      createdAt - The date and time, in UTC and extended ISO 8601 format, when the allow list was created in Amazon Macie.
      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 (regex) that defines a text pattern to ignore.

      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 (regex) that defines a text pattern to ignore.
      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 (regex) that defines a text pattern to ignore.

      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

      GetAllowListResponse.Builder description(String description)

      The custom description of the allow list.

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

      The unique identifier for the allow list.

      Parameters:
      id - The unique identifier for the allow list.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • name

      The custom name of the allow list.

      Parameters:
      name - The custom name of the allow list.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      The current status of the allow list, which indicates whether Amazon Macie can access and use the list's criteria.

      Parameters:
      status - The current status of the allow list, which indicates whether Amazon Macie can access and use the list's criteria.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      The current status of the allow list, which indicates whether Amazon Macie can access and use the list's criteria.

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

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

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

      A map of key-value pairs that specifies which tags (keys and values) are associated with the allow list.

      Parameters:
      tags - A map of key-value pairs that specifies which tags (keys and values) are associated with the allow list.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • updatedAt

      GetAllowListResponse.Builder updatedAt(Instant updatedAt)

      The date and time, in UTC and extended ISO 8601 format, when the allow list's settings were most recently changed in Amazon Macie.

      Parameters:
      updatedAt - The date and time, in UTC and extended ISO 8601 format, when the allow list's settings were most recently changed in Amazon Macie.
      Returns:
      Returns a reference to this object so that method calls can be chained together.