Class InputDataConfig
- java.lang.Object
-
- software.amazon.awssdk.services.comprehendmedical.model.InputDataConfig
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<InputDataConfig.Builder,InputDataConfig>
@Generated("software.amazon.awssdk:codegen") public final class InputDataConfig extends Object implements SdkPojo, Serializable, ToCopyableBuilder<InputDataConfig.Builder,InputDataConfig>
The input properties for an entities detection job. This includes the name of the S3 bucket and the path to the files to be analyzed.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceInputDataConfig.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static InputDataConfig.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Strings3Bucket()The URI of the S3 bucket that contains the input data.Strings3Key()The path to the input data files in the S3 bucket.List<SdkField<?>>sdkFields()static Class<? extends InputDataConfig.Builder>serializableBuilderClass()InputDataConfig.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
-
s3Bucket
public final String s3Bucket()
The URI of the S3 bucket that contains the input data. The bucket must be in the same region as the API endpoint that you are calling.
- Returns:
- The URI of the S3 bucket that contains the input data. The bucket must be in the same region as the API endpoint that you are calling.
-
s3Key
public final String s3Key()
The path to the input data files in the S3 bucket.
- Returns:
- The path to the input data files in the S3 bucket.
-
toBuilder
public InputDataConfig.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<InputDataConfig.Builder,InputDataConfig>
-
builder
public static InputDataConfig.Builder builder()
-
serializableBuilderClass
public static Class<? extends InputDataConfig.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.
-
-