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