Record Class S3SseCustomerKey
java.lang.Object
java.lang.Record
io.trino.filesystem.s3.S3SseCustomerKey
-
Constructor Summary
ConstructorsConstructorDescriptionS3SseCustomerKey(String key, String md5, String algorithm) Creates an instance of aS3SseCustomerKeyrecord class. -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of thealgorithmrecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.key()Returns the value of thekeyrecord component.md5()Returns the value of themd5record component.static S3SseCustomerKeyfinal StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
S3SseCustomerKey
-
-
Method Details
-
onAes256
-
toString
-
hashCode
-
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared withObjects::equals(Object,Object). -
key
Returns the value of thekeyrecord component.- Returns:
- the value of the
keyrecord component
-
md5
Returns the value of themd5record component.- Returns:
- the value of the
md5record component
-
algorithm
Returns the value of thealgorithmrecord component.- Returns:
- the value of the
algorithmrecord component
-