public static interface Application.Builder extends CopyableBuilder<Application.Builder,Application>
| Modifier and Type | Method and Description |
|---|---|
Application.Builder |
displayName(String displayName)
The application name displayed to end users.
|
Application.Builder |
enabled(Boolean enabled)
If there is a problem, the application can be disabled after image creation.
|
Application.Builder |
iconURL(String iconURL)
The URL for the application icon.
|
Application.Builder |
launchParameters(String launchParameters)
The arguments that are passed to the application at launch.
|
Application.Builder |
launchPath(String launchPath)
The path to the application executable in the instance.
|
Application.Builder |
metadata(Map<String,String> metadata)
Additional attributes that describe the application.
|
Application.Builder |
name(String name)
The name of the application.
|
copyapply, buildApplication.Builder name(String name)
The name of the application.
name - The name of the application.Application.Builder displayName(String displayName)
The application name displayed to end users.
displayName - The application name displayed to end users.Application.Builder iconURL(String iconURL)
The URL for the application icon. This URL might be time-limited.
iconURL - The URL for the application icon. This URL might be time-limited.Application.Builder launchPath(String launchPath)
The path to the application executable in the instance.
launchPath - The path to the application executable in the instance.Application.Builder launchParameters(String launchParameters)
The arguments that are passed to the application at launch.
launchParameters - The arguments that are passed to the application at launch.Application.Builder enabled(Boolean enabled)
If there is a problem, the application can be disabled after image creation.
enabled - If there is a problem, the application can be disabled after image creation.Application.Builder metadata(Map<String,String> metadata)
Additional attributes that describe the application.
metadata - Additional attributes that describe the application.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.