public interface ApplicationNameOptions extends PipelineOptions
| Modifier and Type | Method and Description |
|---|---|
String |
getAppName()
Name of application, for display purposes.
|
void |
setAppName(String value) |
as, cloneAs, getRunner, setRunnerString getAppName()
Defaults to the name of the class that constructs the PipelineOptions
via the PipelineOptionsFactory.
void setAppName(String value)