Package de.otto.edison.aws.paramstore
Class ParamStoreProperties
- java.lang.Object
-
- de.otto.edison.aws.paramstore.ParamStoreProperties
-
@ConfigurationProperties(prefix="edison.aws.config.paramstore") public class ParamStoreProperties extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ParamStoreProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetPath()booleanisAddWithLowestPrecedence()booleanisEnabled()voidsetAddWithLowestPrecedence(boolean addWithLowestPrecedence)voidsetEnabled(boolean enabled)voidsetPath(java.lang.String path)
-
-
-
Method Detail
-
isEnabled
public boolean isEnabled()
-
setEnabled
public void setEnabled(boolean enabled)
-
getPath
public java.lang.String getPath()
-
setPath
public void setPath(java.lang.String path)
-
isAddWithLowestPrecedence
public boolean isAddWithLowestPrecedence()
-
setAddWithLowestPrecedence
public void setAddWithLowestPrecedence(boolean addWithLowestPrecedence)
-
-