Class KinesisIOOptions.MapFactory
java.lang.Object
org.apache.beam.sdk.io.aws2.kinesis.KinesisIOOptions.MapFactory
- All Implemented Interfaces:
DefaultValueFactory<Map<String,String>>
- Enclosing interface:
KinesisIOOptions
public static class KinesisIOOptions.MapFactory
extends Object
implements DefaultValueFactory<Map<String,String>>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate(PipelineOptions options) Creates a default value for a getter marked withDefault.InstanceFactory.
-
Constructor Details
-
MapFactory
public MapFactory()
-
-
Method Details
-
create
Description copied from interface:DefaultValueFactoryCreates a default value for a getter marked withDefault.InstanceFactory.- Specified by:
createin interfaceDefaultValueFactory<Map<String,String>> - Parameters:
options- The current pipeline options.- Returns:
- The default value to be used for the annotated getter.
-