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