| static CommandLine.Model.PositionalParamSpec.Builder | CommandLine.Model.PositionalParamSpec. builder() |  | 
| static CommandLine.Model.PositionalParamSpec.Builder | CommandLine.Model.PositionalParamSpec. builder(CommandLine.Model.IAnnotatedElement source,
       CommandLine.IFactory factory) |  | 
| static CommandLine.Model.PositionalParamSpec.Builder | CommandLine.Model.PositionalParamSpec. builder(CommandLine.Model.PositionalParamSpec original) | Returns a Builder initialized from the specified PositionalSpec. | 
| CommandLine.Model.PositionalParamSpec.Builder | CommandLine.Model.PositionalParamSpec.Builder. index(String range) | Sets the index or range specifying which of the command line arguments should be assigned to this positional parameter, and returns this builder. | 
| CommandLine.Model.PositionalParamSpec.Builder | CommandLine.Model.PositionalParamSpec.Builder. index(CommandLine.Range index) | Sets the index or range specifying which of the command line arguments should be assigned to this positional parameter, and returns this builder. | 
| protected CommandLine.Model.PositionalParamSpec.Builder | CommandLine.Model.PositionalParamSpec.Builder. self() | Returns this builder. | 
| CommandLine.Model.PositionalParamSpec.Builder | CommandLine.Model.PositionalParamSpec. toBuilder() | Returns a new Builder initialized with the attributes from this PositionalParamSpec. |