Uses of Interface
software.amazon.awssdk.services.dynamodb.model.Identity.Builder
-
Packages that use Identity.Builder Package Description software.amazon.awssdk.services.dynamodb.model -
-
Uses of Identity.Builder in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return Identity.Builder Modifier and Type Method Description static Identity.BuilderIdentity. builder()Identity.BuilderIdentity.Builder. principalId(String principalId)A unique identifier for the entity that made the call.Identity.BuilderIdentity. toBuilder()Identity.BuilderIdentity.Builder. type(String type)The type of the identity.Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type Identity.Builder Modifier and Type Method Description static Class<? extends Identity.Builder>Identity. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.dynamodb.model with type arguments of type Identity.Builder Modifier and Type Method Description default Record.BuilderRecord.Builder. userIdentity(Consumer<Identity.Builder> userIdentity)Items that are deleted by the Time to Live process after expiration have the following fields:
-