Class TaskRunProperties
- java.lang.Object
-
- software.amazon.awssdk.services.glue.model.TaskRunProperties
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<TaskRunProperties.Builder,TaskRunProperties>
@Generated("software.amazon.awssdk:codegen") public final class TaskRunProperties extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TaskRunProperties.Builder,TaskRunProperties>
The configuration properties for the task run.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceTaskRunProperties.Builder
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
taskType
public final TaskType taskType()
The type of task run.
If the service returns an enum value that is not available in the current SDK version,
taskTypewill returnTaskType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtaskTypeAsString().- Returns:
- The type of task run.
- See Also:
TaskType
-
taskTypeAsString
public final String taskTypeAsString()
The type of task run.
If the service returns an enum value that is not available in the current SDK version,
taskTypewill returnTaskType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtaskTypeAsString().- Returns:
- The type of task run.
- See Also:
TaskType
-
importLabelsTaskRunProperties
public final ImportLabelsTaskRunProperties importLabelsTaskRunProperties()
The configuration properties for an importing labels task run.
- Returns:
- The configuration properties for an importing labels task run.
-
exportLabelsTaskRunProperties
public final ExportLabelsTaskRunProperties exportLabelsTaskRunProperties()
The configuration properties for an exporting labels task run.
- Returns:
- The configuration properties for an exporting labels task run.
-
labelingSetGenerationTaskRunProperties
public final LabelingSetGenerationTaskRunProperties labelingSetGenerationTaskRunProperties()
The configuration properties for a labeling set generation task run.
- Returns:
- The configuration properties for a labeling set generation task run.
-
findMatchesTaskRunProperties
public final FindMatchesTaskRunProperties findMatchesTaskRunProperties()
The configuration properties for a find matches task run.
- Returns:
- The configuration properties for a find matches task run.
-
toBuilder
public TaskRunProperties.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<TaskRunProperties.Builder,TaskRunProperties>
-
builder
public static TaskRunProperties.Builder builder()
-
serializableBuilderClass
public static Class<? extends TaskRunProperties.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-