Uses of Class
software.amazon.awscdk.services.translate.CfnParallelData.Builder
Packages that use CfnParallelData.Builder
-
Uses of CfnParallelData.Builder in software.amazon.awscdk.services.translate
Methods in software.amazon.awscdk.services.translate that return CfnParallelData.BuilderModifier and TypeMethodDescriptionstatic CfnParallelData.BuilderCfnParallelData.Builder.description(String description) A custom description for the parallel data resource.CfnParallelData.Builder.encryptionKey(IResolvable encryptionKey) The encryption key used to encrypt this object.CfnParallelData.Builder.encryptionKey(CfnParallelData.EncryptionKeyProperty encryptionKey) The encryption key used to encrypt this object.A custom name for the parallel data resource.CfnParallelData.Builder.parallelDataConfig(IResolvable parallelDataConfig) Specifies the format and S3 location of the parallel data input file.CfnParallelData.Builder.parallelDataConfig(CfnParallelData.ParallelDataConfigProperty parallelDataConfig) Specifies the format and S3 location of the parallel data input file.CfnParallelData.Builder.tags(List<? extends CfnParallelData.TagsItemsProperty> tags) Tags associated with the parallel data resource.