| Package | Description |
|---|---|
| software.amazon.awssdk.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
static ImportLabelsTaskRunProperties.Builder |
ImportLabelsTaskRunProperties.builder() |
ImportLabelsTaskRunProperties.Builder |
ImportLabelsTaskRunProperties.Builder.inputS3Path(String inputS3Path)
The Amazon Simple Storage Service (Amazon S3) path from where you will import the labels.
|
ImportLabelsTaskRunProperties.Builder |
ImportLabelsTaskRunProperties.Builder.replace(Boolean replace)
Indicates whether to overwrite your existing labels.
|
ImportLabelsTaskRunProperties.Builder |
ImportLabelsTaskRunProperties.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ImportLabelsTaskRunProperties.Builder> |
ImportLabelsTaskRunProperties.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default TaskRunProperties.Builder |
TaskRunProperties.Builder.importLabelsTaskRunProperties(Consumer<ImportLabelsTaskRunProperties.Builder> importLabelsTaskRunProperties)
The configuration properties for an importing labels task run.
|
Copyright © 2023. All rights reserved.