Uses of Interface
software.amazon.awssdk.services.glue.model.ImportLabelsTaskRunProperties.Builder
-
Packages that use ImportLabelsTaskRunProperties.Builder Package Description software.amazon.awssdk.services.glue.model -
-
Uses of ImportLabelsTaskRunProperties.Builder in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return ImportLabelsTaskRunProperties.Builder Modifier and Type Method Description static ImportLabelsTaskRunProperties.BuilderImportLabelsTaskRunProperties. builder()ImportLabelsTaskRunProperties.BuilderImportLabelsTaskRunProperties.Builder. inputS3Path(String inputS3Path)The Amazon Simple Storage Service (Amazon S3) path from where you will import the labels.ImportLabelsTaskRunProperties.BuilderImportLabelsTaskRunProperties.Builder. replace(Boolean replace)Indicates whether to overwrite your existing labels.ImportLabelsTaskRunProperties.BuilderImportLabelsTaskRunProperties. toBuilder()Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type ImportLabelsTaskRunProperties.Builder Modifier and Type Method Description static Class<? extends ImportLabelsTaskRunProperties.Builder>ImportLabelsTaskRunProperties. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.glue.model with type arguments of type ImportLabelsTaskRunProperties.Builder Modifier and Type Method Description default TaskRunProperties.BuilderTaskRunProperties.Builder. importLabelsTaskRunProperties(Consumer<ImportLabelsTaskRunProperties.Builder> importLabelsTaskRunProperties)The configuration properties for an importing labels task run.
-