@Generated(value="software.amazon.awssdk:codegen") public final class InputDataConfig extends Object implements SdkPojo, Serializable, ToCopyableBuilder<InputDataConfig.Builder,InputDataConfig>
The input properties for an import job.
| Modifier and Type | Class and Description |
|---|---|
static interface |
InputDataConfig.Builder |
static class |
InputDataConfig.Type |
| Modifier and Type | Method and Description |
|---|---|
static InputDataConfig.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
static InputDataConfig |
fromS3Uri(String s3Uri)
Create an instance of this class with
s3Uri() initialized to the given value. |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
s3Uri()
The S3Uri is the user specified S3 location of the FHIR data to be imported into Amazon HealthLake.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends InputDataConfig.Builder> |
serializableBuilderClass() |
InputDataConfig.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
InputDataConfig.Type |
type()
Retrieve an enum value representing which member of this object is populated.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String s3Uri()
The S3Uri is the user specified S3 location of the FHIR data to be imported into Amazon HealthLake.
public InputDataConfig.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<InputDataConfig.Builder,InputDataConfig>public static InputDataConfig.Builder builder()
public static Class<? extends InputDataConfig.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public static InputDataConfig fromS3Uri(String s3Uri)
s3Uri() initialized to the given value.
The S3Uri is the user specified S3 location of the FHIR data to be imported into Amazon HealthLake.
s3Uri - The S3Uri is the user specified S3 location of the FHIR data to be imported into Amazon HealthLake.public InputDataConfig.Type type()
InputDataConfig.Type.UNKNOWN_TO_SDK_VERSION if 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 be InputDataConfig.Type.UNKNOWN_TO_SDK_VERSION if zero
members are set, and null if more than one member is set.Copyright © 2023. All rights reserved.