Class ExportLabelsTaskRunProperties
- java.lang.Object
-
- software.amazon.awssdk.services.glue.model.ExportLabelsTaskRunProperties
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ExportLabelsTaskRunProperties.Builder,ExportLabelsTaskRunProperties>
@Generated("software.amazon.awssdk:codegen") public final class ExportLabelsTaskRunProperties extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ExportLabelsTaskRunProperties.Builder,ExportLabelsTaskRunProperties>
Specifies configuration properties for an exporting labels task run.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceExportLabelsTaskRunProperties.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ExportLabelsTaskRunProperties.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringoutputS3Path()The Amazon Simple Storage Service (Amazon S3) path where you will export the labels.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends ExportLabelsTaskRunProperties.Builder>serializableBuilderClass()ExportLabelsTaskRunProperties.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
-
outputS3Path
public final String outputS3Path()
The Amazon Simple Storage Service (Amazon S3) path where you will export the labels.
- Returns:
- The Amazon Simple Storage Service (Amazon S3) path where you will export the labels.
-
toBuilder
public ExportLabelsTaskRunProperties.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ExportLabelsTaskRunProperties.Builder,ExportLabelsTaskRunProperties>
-
builder
public static ExportLabelsTaskRunProperties.Builder builder()
-
serializableBuilderClass
public static Class<? extends ExportLabelsTaskRunProperties.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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-