Class AwsOptions.AwsRegionFactory
- java.lang.Object
-
- org.apache.beam.sdk.io.aws2.options.AwsOptions.AwsRegionFactory
-
- All Implemented Interfaces:
org.apache.beam.sdk.options.DefaultValueFactory<@Nullable software.amazon.awssdk.regions.Region>
- Enclosing interface:
- AwsOptions
public static class AwsOptions.AwsRegionFactory extends java.lang.Object implements org.apache.beam.sdk.options.DefaultValueFactory<@Nullable software.amazon.awssdk.regions.Region>Attempt to load default region.
-
-
Constructor Summary
Constructors Constructor Description AwsRegionFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @Nullable software.amazon.awssdk.regions.Regioncreate(org.apache.beam.sdk.options.PipelineOptions options)
-