Constructor and Description |
---|
ECSConfiguration() |
Modifier and Type | Method and Description |
---|---|
ECSConfiguration |
copy() |
String |
getAccessKey() |
com.amazonaws.services.ecs.AmazonECS |
getEcsClient() |
ECSOperations |
getOperation() |
String |
getProxyHost() |
Integer |
getProxyPort() |
String |
getRegion() |
String |
getSecretKey() |
void |
setAccessKey(String accessKey)
Amazon AWS Access Key
|
void |
setEcsClient(com.amazonaws.services.ecs.AmazonECS ecsClient)
To use a existing configured AWS ECS as client
|
void |
setOperation(ECSOperations operation)
The operation to perform
|
void |
setProxyHost(String proxyHost)
To define a proxy host when instantiating the ECS client
|
void |
setProxyPort(Integer proxyPort)
To define a proxy port when instantiating the ECS client
|
void |
setRegion(String region)
The region in which ECS client needs to work
|
void |
setSecretKey(String secretKey)
Amazon AWS Secret Key
|
public com.amazonaws.services.ecs.AmazonECS getEcsClient()
public void setEcsClient(com.amazonaws.services.ecs.AmazonECS ecsClient)
public String getAccessKey()
public void setAccessKey(String accessKey)
public String getSecretKey()
public void setSecretKey(String secretKey)
public ECSOperations getOperation()
public void setOperation(ECSOperations operation)
public String getProxyHost()
public void setProxyHost(String proxyHost)
public Integer getProxyPort()
public void setProxyPort(Integer proxyPort)
public String getRegion()
public void setRegion(String region)
public ECSConfiguration copy()
Apache Camel