public static class AwsOptions.AwsRegionFactory extends java.lang.Object implements DefaultValueFactory<Region>
| Constructor and Description | 
|---|
| AwsRegionFactory() | 
| Modifier and Type | Method and Description | 
|---|---|
| @Nullable Region | create(PipelineOptions options)Creates a default value for a getter marked with  Default.InstanceFactory. | 
public @Nullable Region create(PipelineOptions options)
DefaultValueFactoryDefault.InstanceFactory.create in interface DefaultValueFactory<Region>options - The current pipeline options.