Interface CreateLookupTableResponse.Builder

    • Method Detail

      • lookupTableArn

        CreateLookupTableResponse.Builder lookupTableArn​(String lookupTableArn)

        The ARN of the lookup table that was created.

        Parameters:
        lookupTableArn - The ARN of the lookup table that was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • createdAt

        CreateLookupTableResponse.Builder createdAt​(Long createdAt)

        The time when the lookup table was created, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

        Parameters:
        createdAt - The time when the lookup table was created, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
        Returns:
        Returns a reference to this object so that method calls can be chained together.