Class ImportLabelsTaskRunProperties
- java.lang.Object
-
- software.amazon.awssdk.services.glue.model.ImportLabelsTaskRunProperties
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ImportLabelsTaskRunProperties.Builder,ImportLabelsTaskRunProperties>
@Generated("software.amazon.awssdk:codegen") public final class ImportLabelsTaskRunProperties extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ImportLabelsTaskRunProperties.Builder,ImportLabelsTaskRunProperties>
Specifies configuration properties for an importing labels task run.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceImportLabelsTaskRunProperties.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ImportLabelsTaskRunProperties.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringinputS3Path()The Amazon Simple Storage Service (Amazon S3) path from where you will import the labels.Booleanreplace()Indicates whether to overwrite your existing labels.List<SdkField<?>>sdkFields()static Class<? extends ImportLabelsTaskRunProperties.Builder>serializableBuilderClass()ImportLabelsTaskRunProperties.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
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
-
inputS3Path
public final String inputS3Path()
The Amazon Simple Storage Service (Amazon S3) path from where you will import the labels.
- Returns:
- The Amazon Simple Storage Service (Amazon S3) path from where you will import the labels.
-
replace
public final Boolean replace()
Indicates whether to overwrite your existing labels.
- Returns:
- Indicates whether to overwrite your existing labels.
-
toBuilder
public ImportLabelsTaskRunProperties.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ImportLabelsTaskRunProperties.Builder,ImportLabelsTaskRunProperties>
-
builder
public static ImportLabelsTaskRunProperties.Builder builder()
-
serializableBuilderClass
public static Class<? extends ImportLabelsTaskRunProperties.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.
-
-