@Generated(value="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.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ImportLabelsTaskRunProperties.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ImportLabelsTaskRunProperties.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
inputS3Path()
The Amazon Simple Storage Service (Amazon S3) path from where you will import the labels.
|
Boolean |
replace()
Indicates whether to overwrite your existing labels.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ImportLabelsTaskRunProperties.Builder> |
serializableBuilderClass() |
ImportLabelsTaskRunProperties.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String inputS3Path()
The Amazon Simple Storage Service (Amazon S3) path from where you will import the labels.
public final Boolean replace()
Indicates whether to overwrite your existing labels.
public ImportLabelsTaskRunProperties.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ImportLabelsTaskRunProperties.Builder,ImportLabelsTaskRunProperties>public static ImportLabelsTaskRunProperties.Builder builder()
public static Class<? extends ImportLabelsTaskRunProperties.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.