@Validated @ConfigurationProperties(value="spring.cloud.config.server.awsparamstore") public class AwsParameterStoreEnvironmentProperties extends Object implements EnvironmentRepositoryProperties
| Constructor and Description |
|---|
AwsParameterStoreEnvironmentProperties() |
| Modifier and Type | Method and Description |
|---|---|
String |
getEndpoint() |
int |
getMaxResults() |
int |
getOrder() |
String |
getOrigin() |
String |
getPrefix() |
String |
getProfileSeparator() |
String |
getRegion() |
boolean |
isDecryptValues() |
boolean |
isRecursive() |
void |
setDecryptValues(boolean decryptValues) |
void |
setEndpoint(String endpoint) |
void |
setMaxResults(int maxResults) |
void |
setOrder(int order) |
void |
setOrigin(String origin) |
void |
setPrefix(String prefix) |
void |
setProfileSeparator(String profileSeparator) |
void |
setRecursive(boolean recursive) |
void |
setRegion(String region) |
public AwsParameterStoreEnvironmentProperties()
public int getOrder()
public void setOrder(int order)
setOrder in interface EnvironmentRepositoryPropertiespublic String getRegion()
public void setRegion(String region)
public String getEndpoint()
public void setEndpoint(String endpoint)
public String getOrigin()
public void setOrigin(String origin)
public String getPrefix()
public void setPrefix(String prefix)
public String getProfileSeparator()
public void setProfileSeparator(String profileSeparator)
public boolean isRecursive()
public void setRecursive(boolean recursive)
public boolean isDecryptValues()
public void setDecryptValues(boolean decryptValues)
public int getMaxResults()
public void setMaxResults(int maxResults)
Copyright © 2021 Pivotal Software, Inc.. All rights reserved.