Uses of Class
com.amazonaws.athena.connector.lambda.domain.Split.Builder
-
Packages that use Split.Builder Package Description com.amazonaws.athena.connector.lambda.domain -
-
Uses of Split.Builder in com.amazonaws.athena.connector.lambda.domain
Methods in com.amazonaws.athena.connector.lambda.domain that return Split.Builder Modifier and Type Method Description Split.Builder
Split.Builder. add(String key, String value)
Adds the provided property key,value pair to the Split, overwriting any previous value for the key.Split.Builder
Split.Builder. applyProperties(Map<String,String> inputProperties)
Apply a map of properties to the splitstatic Split.Builder
Split. newBuilder(SpillLocation spillLocation, EncryptionKey encryptionKey)
Split.Builder
Split.Builder. withEncryptionKey(EncryptionKey key)
Sets the optional EncryptionKey this Split can use to encrypt/decrypt data.Split.Builder
Split.Builder. withSpillLocation(SpillLocation val)
Sets the optional SpillLocation this Split can write to.
-