| Package | Description |
|---|---|
| mobi.designmyapp.common.instance.provider |
| Modifier and Type | Method and Description |
|---|---|
static InstanceProviderRequest.DesignMyAppRequest |
InstanceProviderRequest.designMyApp()
DesignMyAppRequest is used to create a new InstanceProvider using three parameters (all mandatory):
A hostname that point to the instance provider client
A keyId and a secretKey that protect your instance provider client
The particularity of this provider, is that it can be used directly with our default implementation of
the Instance manager API.
|
InstanceProviderRequest.DesignMyAppRequest |
InstanceProviderRequest.DesignMyAppRequest.hostname(String hostname) |
InstanceProviderRequest.DesignMyAppRequest |
InstanceProviderRequest.DesignMyAppRequest.keyId(String keyId) |
InstanceProviderRequest.DesignMyAppRequest |
InstanceProviderRequest.DesignMyAppRequest.poolSize(int poolSize) |
InstanceProviderRequest.DesignMyAppRequest |
InstanceProviderRequest.DesignMyAppRequest.secretKey(String secretKey) |
InstanceProviderRequest.DesignMyAppRequest |
InstanceProviderRequest.DesignMyAppRequest.ttl(int ttl)
The provider instances Time To Live in minutes.
|
| Modifier and Type | Method and Description |
|---|---|
InstanceProviderRequest<InstanceProviderRequest.DesignMyAppRequest> |
InstanceProviderRequest.DesignMyAppRequest.build() |
Copyright © 2015. All rights reserved.