Interface AllowListSummary.Builder

    • Method Detail

      • arn

        AllowListSummary.Builder arn​(String 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

        AllowListSummary.Builder id​(String 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

        AllowListSummary.Builder name​(String 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.