Class S3Configuration
- java.lang.Object
-
- software.amazon.awssdk.services.healthlake.model.S3Configuration
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<S3Configuration.Builder,S3Configuration>
@Generated("software.amazon.awssdk:codegen") public final class S3Configuration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<S3Configuration.Builder,S3Configuration>
The configuration of the S3 bucket for either an import or export job. This includes assigning permissions for access.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceS3Configuration.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static S3Configuration.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringkmsKeyId()The KMS key ID used to access the S3 bucket.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 S3Configuration.Builder>serializableBuilderClass()S3Configuration.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
-
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.
-
kmsKeyId
public final String kmsKeyId()
The KMS key ID used to access the S3 bucket.
- Returns:
- The KMS key ID used to access the S3 bucket.
-
toBuilder
public S3Configuration.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<S3Configuration.Builder,S3Configuration>
-
builder
public static S3Configuration.Builder builder()
-
serializableBuilderClass
public static Class<? extends S3Configuration.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.
-
-