Uses of Interface
software.amazon.awssdk.services.verifiedpermissions.model.EntityItem.Builder
-
Packages that use EntityItem.Builder Package Description software.amazon.awssdk.services.verifiedpermissions.model -
-
Uses of EntityItem.Builder in software.amazon.awssdk.services.verifiedpermissions.model
Methods in software.amazon.awssdk.services.verifiedpermissions.model that return EntityItem.Builder Modifier and Type Method Description EntityItem.BuilderEntityItem.Builder. attributes(Map<String,AttributeValue> attributes)A list of attributes for the entity.static EntityItem.BuilderEntityItem. builder()default EntityItem.BuilderEntityItem.Builder. identifier(Consumer<EntityIdentifier.Builder> identifier)The identifier of the entity.EntityItem.BuilderEntityItem.Builder. identifier(EntityIdentifier identifier)The identifier of the entity.EntityItem.BuilderEntityItem.Builder. parents(Collection<EntityIdentifier> parents)The parent entities in the hierarchy that contains the entity.EntityItem.BuilderEntityItem.Builder. parents(Consumer<EntityIdentifier.Builder>... parents)The parent entities in the hierarchy that contains the entity.EntityItem.BuilderEntityItem.Builder. parents(EntityIdentifier... parents)The parent entities in the hierarchy that contains the entity.EntityItem.BuilderEntityItem. toBuilder()Methods in software.amazon.awssdk.services.verifiedpermissions.model that return types with arguments of type EntityItem.Builder Modifier and Type Method Description static Class<? extends EntityItem.Builder>EntityItem. serializableBuilderClass()
-