Class S3EventingProperties
- java.lang.Object
-
- com.netflix.spinnaker.front50.config.S3EventingProperties
-
public class S3EventingProperties extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description S3EventingProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetRefreshIntervalMs()java.lang.StringgetSnsTopicName()booleanisEnabled()voidsetEnabled(boolean enabled)voidsetRefreshIntervalMs(long refreshIntervalMs)voidsetSnsTopicName(java.lang.String snsTopicName)
-
-
-
Method Detail
-
isEnabled
public boolean isEnabled()
-
setEnabled
public void setEnabled(boolean enabled)
-
getSnsTopicName
public java.lang.String getSnsTopicName()
-
setSnsTopicName
public void setSnsTopicName(java.lang.String snsTopicName)
-
getRefreshIntervalMs
public long getRefreshIntervalMs()
-
setRefreshIntervalMs
public void setRefreshIntervalMs(long refreshIntervalMs)
-
-