CopyableBuilder<Application.Builder,Application>
, SdkBuilder<Application.Builder,Application>
public static interface Application.Builder extends CopyableBuilder<Application.Builder,Application>
Modifier and Type | Method | Description |
---|---|---|
Application.Builder |
displayName(String displayName) |
The name of the application shown to the end users.
|
Application.Builder |
enabled(Boolean enabled) |
An application can be disabled after image creation if there is a problem.
|
Application.Builder |
iconURL(String iconURL) |
The URL for the application icon.
|
Application.Builder |
launchParameters(String launchParameters) |
A list of 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 unique identifier for the application.
|
copy
apply, build
Application.Builder name(String name)
The unique identifier for the application.
name
- The unique identifier for the application.Application.Builder displayName(String displayName)
The name of the application shown to the end users.
displayName
- The name of the application shown to the end users.Application.Builder iconURL(String iconURL)
The URL for the application icon. This URL may be time-limited.
iconURL
- The URL for the application icon. This URL may 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)
A list of arguments that are passed to the application at launch.
launchParameters
- A list of arguments that are passed to the application at launch.Application.Builder enabled(Boolean enabled)
An application can be disabled after image creation if there is a problem.
enabled
- An application can be disabled after image creation if there is a problem.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.