@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class IdMappingWorkflowOutputSource extends Object implements Serializable, Cloneable, StructuredPojo
The output source for the ID mapping workflow.
Constructor and Description |
---|
IdMappingWorkflowOutputSource() |
Modifier and Type | Method and Description |
---|---|
IdMappingWorkflowOutputSource |
clone() |
boolean |
equals(Object obj) |
String |
getKMSArn()
Customer KMS ARN for encryption at rest.
|
String |
getOutputS3Path()
The S3 path to which Entity Resolution will write the output table.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setKMSArn(String kMSArn)
Customer KMS ARN for encryption at rest.
|
void |
setOutputS3Path(String outputS3Path)
The S3 path to which Entity Resolution will write the output table.
|
String |
toString()
Returns a string representation of this object.
|
IdMappingWorkflowOutputSource |
withKMSArn(String kMSArn)
Customer KMS ARN for encryption at rest.
|
IdMappingWorkflowOutputSource |
withOutputS3Path(String outputS3Path)
The S3 path to which Entity Resolution will write the output table.
|
public void setKMSArn(String kMSArn)
Customer KMS ARN for encryption at rest. If not provided, system will use an Entity Resolution managed KMS key.
kMSArn
- Customer KMS ARN for encryption at rest. If not provided, system will use an Entity Resolution managed KMS
key.public String getKMSArn()
Customer KMS ARN for encryption at rest. If not provided, system will use an Entity Resolution managed KMS key.
public IdMappingWorkflowOutputSource withKMSArn(String kMSArn)
Customer KMS ARN for encryption at rest. If not provided, system will use an Entity Resolution managed KMS key.
kMSArn
- Customer KMS ARN for encryption at rest. If not provided, system will use an Entity Resolution managed KMS
key.public void setOutputS3Path(String outputS3Path)
The S3 path to which Entity Resolution will write the output table.
outputS3Path
- The S3 path to which Entity Resolution will write the output table.public String getOutputS3Path()
The S3 path to which Entity Resolution will write the output table.
public IdMappingWorkflowOutputSource withOutputS3Path(String outputS3Path)
The S3 path to which Entity Resolution will write the output table.
outputS3Path
- The S3 path to which Entity Resolution will write the output table.public String toString()
toString
in class Object
Object.toString()
public IdMappingWorkflowOutputSource clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.