@Generated(value="org.apache.camel.maven.packaging.SpringBootAutoConfigurationMojo") @ConfigurationProperties(prefix="camel.component.aws-ses") public class SesComponentConfiguration extends org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
Modifier and Type | Class and Description |
---|---|
static class |
SesComponentConfiguration.SesConfigurationNestedConfiguration |
Constructor and Description |
---|
SesComponentConfiguration() |
Modifier and Type | Method and Description |
---|---|
String |
getAccessKey() |
SesComponentConfiguration.SesConfigurationNestedConfiguration |
getConfiguration() |
String |
getRegion() |
Boolean |
getResolvePropertyPlaceholders() |
String |
getSecretKey() |
void |
setAccessKey(String accessKey) |
void |
setConfiguration(SesComponentConfiguration.SesConfigurationNestedConfiguration configuration) |
void |
setRegion(String region) |
void |
setResolvePropertyPlaceholders(Boolean resolvePropertyPlaceholders) |
void |
setSecretKey(String secretKey) |
public SesComponentConfiguration.SesConfigurationNestedConfiguration getConfiguration()
public void setConfiguration(SesComponentConfiguration.SesConfigurationNestedConfiguration 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