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 Object
Property 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 Details

    • SpringCloudAwsRegionProperties

      public SpringCloudAwsRegionProperties()
  • Method Details

    • getStatic

      public String getStatic()
      Get the region.
      Returns:
      The region
    • setStatic

      public void setStatic(String newStatic)
      Set the static value for the region this instance is running in.
      Parameters:
      newStatic - The new static region value
      Throws:
      IllegalArgumentException - When newStatic can't be parsed by Regions.fromName(String)