@Generated(value="software.amazon.awssdk:codegen") public final class LabelsS3InputConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<LabelsS3InputConfiguration.Builder,LabelsS3InputConfiguration>
The location information (prefix and bucket name) for the s3 location being used for label data.
| Modifier and Type | Class and Description |
|---|---|
static interface |
LabelsS3InputConfiguration.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
bucket()
The name of the S3 bucket holding the label data.
|
static LabelsS3InputConfiguration.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
prefix()
The prefix for the S3 bucket used for the label data.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends LabelsS3InputConfiguration.Builder> |
serializableBuilderClass() |
LabelsS3InputConfiguration.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String bucket()
The name of the S3 bucket holding the label data.
public final String prefix()
The prefix for the S3 bucket used for the label data.
public LabelsS3InputConfiguration.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<LabelsS3InputConfiguration.Builder,LabelsS3InputConfiguration>public static LabelsS3InputConfiguration.Builder builder()
public static Class<? extends LabelsS3InputConfiguration.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.