Class S3Options.SSECustomerKeyFactory
- java.lang.Object
-
- org.apache.beam.sdk.io.aws2.options.S3Options.SSECustomerKeyFactory
-
- All Implemented Interfaces:
org.apache.beam.sdk.options.DefaultValueFactory<SSECustomerKey>
- Enclosing interface:
- S3Options
public static class S3Options.SSECustomerKeyFactory extends java.lang.Object implements org.apache.beam.sdk.options.DefaultValueFactory<SSECustomerKey>
-
-
Constructor Summary
Constructors Constructor Description SSECustomerKeyFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SSECustomerKeycreate(org.apache.beam.sdk.options.PipelineOptions options)
-
-
-
Method Detail
-
create
public SSECustomerKey create(org.apache.beam.sdk.options.PipelineOptions options)
- Specified by:
createin interfaceorg.apache.beam.sdk.options.DefaultValueFactory<SSECustomerKey>
-
-