Yes u can:
Alter table xx add constraint pk_xx primary key (col_name)
using index
tablespace index_tblsp
pctfree 15
storage(...); --any needed storage parameters.