Class LabelsS3InputConfiguration
- java.lang.Object
-
- software.amazon.awssdk.services.lookoutequipment.model.LabelsS3InputConfiguration
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<LabelsS3InputConfiguration.Builder,LabelsS3InputConfiguration>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceLabelsS3InputConfiguration.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringbucket()The name of the S3 bucket holding the label data.static LabelsS3InputConfiguration.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringprefix()The prefix for the S3 bucket used for the label data.List<SdkField<?>>sdkFields()static Class<? extends LabelsS3InputConfiguration.Builder>serializableBuilderClass()LabelsS3InputConfiguration.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
-
bucket
public final String bucket()
The name of the S3 bucket holding the label data.
- Returns:
- The name of the S3 bucket holding the label data.
-
prefix
public final String prefix()
The prefix for the S3 bucket used for the label data.
- Returns:
- The prefix for the S3 bucket used for the label data.
-
toBuilder
public LabelsS3InputConfiguration.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<LabelsS3InputConfiguration.Builder,LabelsS3InputConfiguration>
-
builder
public static LabelsS3InputConfiguration.Builder builder()
-
serializableBuilderClass
public static Class<? extends LabelsS3InputConfiguration.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.
-
-