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