Class PreloadDataConfig
- java.lang.Object
-
- software.amazon.awssdk.services.healthlake.model.PreloadDataConfig
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<PreloadDataConfig.Builder,PreloadDataConfig>
@Generated("software.amazon.awssdk:codegen") public final class PreloadDataConfig extends Object implements SdkPojo, Serializable, ToCopyableBuilder<PreloadDataConfig.Builder,PreloadDataConfig>
The input properties for the preloaded data store. Only data preloaded from Synthea is supported.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfacePreloadDataConfig.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PreloadDataConfig.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()PreloadDataTypepreloadDataType()The type of preloaded data.StringpreloadDataTypeAsString()The type of preloaded data.List<SdkField<?>>sdkFields()static Class<? extends PreloadDataConfig.Builder>serializableBuilderClass()PreloadDataConfig.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
-
preloadDataType
public final PreloadDataType preloadDataType()
The type of preloaded data. Only Synthea preloaded data is supported.
If the service returns an enum value that is not available in the current SDK version,
preloadDataTypewill returnPreloadDataType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frompreloadDataTypeAsString().- Returns:
- The type of preloaded data. Only Synthea preloaded data is supported.
- See Also:
PreloadDataType
-
preloadDataTypeAsString
public final String preloadDataTypeAsString()
The type of preloaded data. Only Synthea preloaded data is supported.
If the service returns an enum value that is not available in the current SDK version,
preloadDataTypewill returnPreloadDataType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frompreloadDataTypeAsString().- Returns:
- The type of preloaded data. Only Synthea preloaded data is supported.
- See Also:
PreloadDataType
-
toBuilder
public PreloadDataConfig.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<PreloadDataConfig.Builder,PreloadDataConfig>
-
builder
public static PreloadDataConfig.Builder builder()
-
serializableBuilderClass
public static Class<? extends PreloadDataConfig.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.
-
-