@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class S3Configuration extends Object implements Serializable, Cloneable, StructuredPojo
The configuration of the S3 bucket for either an import or export job. This includes assigning permissions for access.
Constructor and Description |
---|
S3Configuration() |
Modifier and Type | Method and Description |
---|---|
S3Configuration |
clone() |
boolean |
equals(Object obj) |
String |
getKmsKeyId()
The KMS key ID used to access the S3 bucket.
|
String |
getS3Uri()
The S3Uri is the user specified S3 location of the FHIR data to be imported into AWS HealthLake.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setKmsKeyId(String kmsKeyId)
The KMS key ID used to access the S3 bucket.
|
void |
setS3Uri(String s3Uri)
The S3Uri is the user specified S3 location of the FHIR data to be imported into AWS HealthLake.
|
String |
toString()
Returns a string representation of this object.
|
S3Configuration |
withKmsKeyId(String kmsKeyId)
The KMS key ID used to access the S3 bucket.
|
S3Configuration |
withS3Uri(String s3Uri)
The S3Uri is the user specified S3 location of the FHIR data to be imported into AWS HealthLake.
|
public void setS3Uri(String s3Uri)
The S3Uri is the user specified S3 location of the FHIR data to be imported into AWS HealthLake.
s3Uri
- The S3Uri is the user specified S3 location of the FHIR data to be imported into AWS HealthLake.public String getS3Uri()
The S3Uri is the user specified S3 location of the FHIR data to be imported into AWS HealthLake.
public S3Configuration withS3Uri(String s3Uri)
The S3Uri is the user specified S3 location of the FHIR data to be imported into AWS HealthLake.
s3Uri
- The S3Uri is the user specified S3 location of the FHIR data to be imported into AWS HealthLake.public void setKmsKeyId(String kmsKeyId)
The KMS key ID used to access the S3 bucket.
kmsKeyId
- The KMS key ID used to access the S3 bucket.public String getKmsKeyId()
The KMS key ID used to access the S3 bucket.
public S3Configuration withKmsKeyId(String kmsKeyId)
The KMS key ID used to access the S3 bucket.
kmsKeyId
- The KMS key ID used to access the S3 bucket.public String toString()
toString
in class Object
Object.toString()
public S3Configuration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.