TaskFilePropertyBuilder
, TaskInputFilePropertyBuilder
, TaskOutputFilePropertyBuilder
@Incubating public interface TaskPropertyBuilder
Modifier and Type | Method | Description |
---|---|---|
TaskPropertyBuilder |
withPropertyName(java.lang.String propertyName) |
Sets the name for this property.
|
TaskPropertyBuilder withPropertyName(java.lang.String propertyName)
If the method is not called, or if it is called with null
, a name
will be assigned to the property automatically.