Package org.apache.beam.sdk.io.aws2.s3
Class SSECustomerKey
- java.lang.Object
-
- org.apache.beam.sdk.io.aws2.s3.SSECustomerKey
-
public class SSECustomerKey extends java.lang.ObjectCustomer provided key for use with Amazon S3 server-side encryption.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSSECustomerKey.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SSECustomerKey.Builderbuilder()@Nullable java.lang.StringgetAlgorithm()@Nullable java.lang.StringgetKey()@Nullable java.lang.StringgetMD5()
-
-
-
Method Detail
-
getKey
public @Nullable java.lang.String getKey()
-
getAlgorithm
public @Nullable java.lang.String getAlgorithm()
-
getMD5
public @Nullable java.lang.String getMD5()
-
builder
public static SSECustomerKey.Builder builder()
-
-