Interface Identity.Builder

    • Method Detail

      • principalId

        Identity.Builder principalId​(String principalId)

        A unique identifier for the entity that made the call. For Time To Live, the principalId is "dynamodb.amazonaws.com".

        Parameters:
        principalId - A unique identifier for the entity that made the call. For Time To Live, the principalId is "dynamodb.amazonaws.com".
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • type

        Identity.Builder type​(String type)

        The type of the identity. For Time To Live, the type is "Service".

        Parameters:
        type - The type of the identity. For Time To Live, the type is "Service".
        Returns:
        Returns a reference to this object so that method calls can be chained together.