UpdateAppRequest |
UpdateAppRequest.addAttributesEntry(String key,
String value) |
|
UpdateAppRequest |
UpdateAppRequest.clearAttributesEntries() |
Removes all the entries added into Attributes.
|
UpdateAppRequest |
UpdateAppRequest.clone() |
|
UpdateAppRequest |
UpdateAppRequest.withAppId(String appId) |
The app ID.
|
UpdateAppRequest |
UpdateAppRequest.withAppSource(Source appSource) |
A Source object that specifies the app repository.
|
UpdateAppRequest |
UpdateAppRequest.withAttributes(Map<String,String> attributes) |
One or more user-defined key/value pairs to be added to the stack
attributes.
|
UpdateAppRequest |
UpdateAppRequest.withDataSources(DataSource... dataSources) |
The app's data sources.
|
UpdateAppRequest |
UpdateAppRequest.withDataSources(Collection<DataSource> dataSources) |
The app's data sources.
|
UpdateAppRequest |
UpdateAppRequest.withDescription(String description) |
A description of the app.
|
UpdateAppRequest |
UpdateAppRequest.withDomains(String... domains) |
The app's virtual host settings, with multiple domains separated by
commas.
|
UpdateAppRequest |
UpdateAppRequest.withDomains(Collection<String> domains) |
The app's virtual host settings, with multiple domains separated by
commas.
|
UpdateAppRequest |
UpdateAppRequest.withEnableSsl(Boolean enableSsl) |
Whether SSL is enabled for the app.
|
UpdateAppRequest |
UpdateAppRequest.withEnvironment(EnvironmentVariable... environment) |
An array of EnvironmentVariable objects that specify
environment variables to be associated with the app.
|
UpdateAppRequest |
UpdateAppRequest.withEnvironment(Collection<EnvironmentVariable> environment) |
An array of EnvironmentVariable objects that specify
environment variables to be associated with the app.
|
UpdateAppRequest |
UpdateAppRequest.withName(String name) |
The app name.
|
UpdateAppRequest |
UpdateAppRequest.withSslConfiguration(SslConfiguration sslConfiguration) |
An SslConfiguration object with the SSL configuration.
|
UpdateAppRequest |
UpdateAppRequest.withType(AppType type) |
The app type.
|
UpdateAppRequest |
UpdateAppRequest.withType(String type) |
The app type.
|