Package com.netflix.genie.web.properties
Class AwsCredentialsProperties.SpringCloudAwsRegionProperties
- java.lang.Object
- 
- com.netflix.genie.web.properties.AwsCredentialsProperties.SpringCloudAwsRegionProperties
 
- 
- Enclosing class:
- AwsCredentialsProperties
 
 @ConfigurationProperties(prefix="cloud.aws.region") @Validated public static class AwsCredentialsProperties.SpringCloudAwsRegionProperties extends java.lang.ObjectProperty bindings for Spring Cloud AWS region specific properties.Spring Cloud AWS doesn't come with properties bindings for their properties. So adding this for completeness. - Since:
- 4.0.0
 
- 
- 
Constructor SummaryConstructors Constructor Description SpringCloudAwsRegionProperties()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetStatic()Get the region.voidsetStatic(java.lang.String newStatic)Set the static value for the region this instance is running in.
 
- 
- 
- 
Method Detail- 
getStaticpublic java.lang.String getStatic() Get the region.- Returns:
- The region
 
 - 
setStaticpublic void setStatic(java.lang.String newStatic) Set the static value for the region this instance is running in.- Parameters:
- newStatic- The new static region value
- Throws:
- java.lang.IllegalArgumentException- When newStatic can't be parsed by- Regions.fromName(String)
 
 
- 
 
-