@ConfigurationProperties(prefix="cloud.aws.region")
@Validated
public static class AwsCredentialsProperties.SpringCloudAwsRegionProperties
extends java.lang.Object
Spring Cloud AWS doesn't come with properties bindings for their properties. So adding this for completeness.
| Constructor and Description |
|---|
SpringCloudAwsRegionProperties() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getStatic()
Get the region.
|
void |
setStatic(java.lang.String newStatic)
Set the static value for the region this instance is running in.
|
public java.lang.String getStatic()
public void setStatic(java.lang.String newStatic)
newStatic - The new static region valuejava.lang.IllegalArgumentException - When newStatic can't be parsed by
Regions.fromName(String)