@Generated(value="org.apache.camel.maven.packaging.SpringBootAutoConfigurationMojo") @ConfigurationProperties(prefix="camel.component.aws-swf") public class SWFComponentConfiguration extends org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
Modifier and Type | Class and Description |
---|---|
static class |
SWFComponentConfiguration.SWFConfigurationNestedConfiguration |
Constructor and Description |
---|
SWFComponentConfiguration() |
Modifier and Type | Method and Description |
---|---|
String |
getAccessKey() |
SWFComponentConfiguration.SWFConfigurationNestedConfiguration |
getConfiguration() |
String |
getRegion() |
Boolean |
getResolvePropertyPlaceholders() |
String |
getSecretKey() |
void |
setAccessKey(String accessKey) |
void |
setConfiguration(SWFComponentConfiguration.SWFConfigurationNestedConfiguration configuration) |
void |
setRegion(String region) |
void |
setResolvePropertyPlaceholders(Boolean resolvePropertyPlaceholders) |
void |
setSecretKey(String secretKey) |
public SWFComponentConfiguration.SWFConfigurationNestedConfiguration getConfiguration()
public void setConfiguration(SWFComponentConfiguration.SWFConfigurationNestedConfiguration configuration)
public String getAccessKey()
public void setAccessKey(String accessKey)
public String getSecretKey()
public void setSecretKey(String secretKey)
public String getRegion()
public void setRegion(String region)
public Boolean getResolvePropertyPlaceholders()
public void setResolvePropertyPlaceholders(Boolean resolvePropertyPlaceholders)
Apache Camel