Uses of Interface
software.amazon.awssdk.services.translate.model.EncryptionKey.Builder
-
Packages that use EncryptionKey.Builder Package Description software.amazon.awssdk.services.translate.model -
-
Uses of EncryptionKey.Builder in software.amazon.awssdk.services.translate.model
Methods in software.amazon.awssdk.services.translate.model that return EncryptionKey.Builder Modifier and Type Method Description static EncryptionKey.BuilderEncryptionKey. builder()EncryptionKey.BuilderEncryptionKey.Builder. id(String id)The Amazon Resource Name (ARN) of the encryption key being used to encrypt this object.EncryptionKey.BuilderEncryptionKey. toBuilder()EncryptionKey.BuilderEncryptionKey.Builder. type(String type)The type of encryption key used by Amazon Translate to encrypt this object.EncryptionKey.BuilderEncryptionKey.Builder. type(EncryptionKeyType type)The type of encryption key used by Amazon Translate to encrypt this object.Methods in software.amazon.awssdk.services.translate.model that return types with arguments of type EncryptionKey.Builder Modifier and Type Method Description static Class<? extends EncryptionKey.Builder>EncryptionKey. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.translate.model with type arguments of type EncryptionKey.Builder Modifier and Type Method Description default CreateParallelDataRequest.BuilderCreateParallelDataRequest.Builder. encryptionKey(Consumer<EncryptionKey.Builder> encryptionKey)Sets the value of the EncryptionKey property for this object.default ImportTerminologyRequest.BuilderImportTerminologyRequest.Builder. encryptionKey(Consumer<EncryptionKey.Builder> encryptionKey)The encryption key for the custom terminology being imported.default OutputDataConfig.BuilderOutputDataConfig.Builder. encryptionKey(Consumer<EncryptionKey.Builder> encryptionKey)Sets the value of the EncryptionKey property for this object.default ParallelDataProperties.BuilderParallelDataProperties.Builder. encryptionKey(Consumer<EncryptionKey.Builder> encryptionKey)Sets the value of the EncryptionKey property for this object.default TerminologyProperties.BuilderTerminologyProperties.Builder. encryptionKey(Consumer<EncryptionKey.Builder> encryptionKey)The encryption key for the custom terminology.
-