Interface Identity.Builder

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

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

    • 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

      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.