public static interface Ports.SpecIdBuilder
Modifier and Type | Method and Description |
---|---|
Ports.SpecOffsetBuilder |
id(@NotNull String id)
Specify a port ID.
|
@NotNull Ports.SpecOffsetBuilder id(@NotNull @NotNull String id)
Ports.SpecOffsetBuilder.offset(int)
,
then this ID would be with explicit offset,
otherwise it would be dynamic.id
- the port IDthis
instance for chaining.