public static interface App.Builder extends SdkPojo, CopyableBuilder<App.Builder,App>
| Modifier and Type | Method and Description |
|---|---|
App.Builder |
appName(String appName)
The application's name.
|
App.Builder |
port(Long port)
The application's port number, for example
80. |
App.Builder |
protocol(String protocol)
The IP protocol name or number.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildApp.Builder appName(String appName)
The application's name.
appName - The application's name.App.Builder protocol(String protocol)
The IP protocol name or number. The name can be one of tcp, udp, or
icmp. For information on possible numbers, see Protocol Numbers.
protocol - The IP protocol name or number. The name can be one of tcp, udp, or
icmp. For information on possible numbers, see Protocol Numbers.App.Builder port(Long port)
The application's port number, for example 80.
port - The application's port number, for example 80.Copyright © 2022. All rights reserved.