@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ExportingConfig extends Object implements Serializable, Cloneable, StructuredPojo
Configuration information about the S3 bucket where Identity Resolution Jobs writes result files.
You need to give Customer Profiles service principal write permission to your S3 bucket. Otherwise, you'll get an exception in the API response. For an example policy, see Amazon Connect Customer Profiles cross-service confused deputy prevention.
Constructor and Description |
---|
ExportingConfig() |
Modifier and Type | Method and Description |
---|---|
ExportingConfig |
clone() |
boolean |
equals(Object obj) |
S3ExportingConfig |
getS3Exporting()
The S3 location where Identity Resolution Jobs write result files.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setS3Exporting(S3ExportingConfig s3Exporting)
The S3 location where Identity Resolution Jobs write result files.
|
String |
toString()
Returns a string representation of this object.
|
ExportingConfig |
withS3Exporting(S3ExportingConfig s3Exporting)
The S3 location where Identity Resolution Jobs write result files.
|
public void setS3Exporting(S3ExportingConfig s3Exporting)
The S3 location where Identity Resolution Jobs write result files.
s3Exporting
- The S3 location where Identity Resolution Jobs write result files.public S3ExportingConfig getS3Exporting()
The S3 location where Identity Resolution Jobs write result files.
public ExportingConfig withS3Exporting(S3ExportingConfig s3Exporting)
The S3 location where Identity Resolution Jobs write result files.
s3Exporting
- The S3 location where Identity Resolution Jobs write result files.public String toString()
toString
in class Object
Object.toString()
public ExportingConfig clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.