Class InputDataConfig
- java.lang.Object
-
- software.amazon.awssdk.services.healthlake.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 import job.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceInputDataConfig.Builderstatic classInputDataConfig.Type
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static InputDataConfig.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)static InputDataConfigfromS3Uri(String s3Uri)Create an instance of this class withs3Uri()initialized to the given value.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Strings3Uri()The S3Uri is the user specified S3 location of the FHIR data to be imported into AWS HealthLake.List<SdkField<?>>sdkFields()static Class<? extends InputDataConfig.Builder>serializableBuilderClass()InputDataConfig.BuildertoBuilder()StringtoString()Returns a string representation of this object.InputDataConfig.Typetype()Retrieve an enum value representing which member of this object is populated.-
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
-
s3Uri
public final String s3Uri()
The S3Uri is the user specified S3 location of the FHIR data to be imported into AWS HealthLake.
- Returns:
- The S3Uri is the user specified S3 location of the FHIR data to be imported into AWS HealthLake.
-
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.
-
fromS3Uri
public static InputDataConfig fromS3Uri(String s3Uri)
Create an instance of this class withs3Uri()initialized to the given value.The S3Uri is the user specified S3 location of the FHIR data to be imported into AWS HealthLake.
- Parameters:
s3Uri- The S3Uri is the user specified S3 location of the FHIR data to be imported into AWS HealthLake.
-
type
public InputDataConfig.Type type()
Retrieve an enum value representing which member of this object is populated. When this class is returned in a service response, this will beInputDataConfig.Type.UNKNOWN_TO_SDK_VERSIONif the service returned a member that is only known to a newer SDK version. When this class is created directly in your code, this will beInputDataConfig.Type.UNKNOWN_TO_SDK_VERSIONif zero members are set, andnullif more than one member is set.
-
-