Interface AllowListSummary.Builder

All Superinterfaces:
Buildable, CopyableBuilder<AllowListSummary.Builder,AllowListSummary>, SdkBuilder<AllowListSummary.Builder,AllowListSummary>, SdkPojo
Enclosing class:
AllowListSummary

public static interface AllowListSummary.Builder extends SdkPojo, CopyableBuilder<AllowListSummary.Builder,AllowListSummary>
  • 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

      AllowListSummary.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.
    • description

      AllowListSummary.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.
    • updatedAt

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