@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DataDestination extends Object implements Serializable, Cloneable, StructuredPojo
The destination for an export job. Provide an S3 path, an Identity and Access Management (IAM) role that allows Amazon Forecast to access the location, and an Key Management Service (KMS) key (optional).
Constructor and Description |
---|
DataDestination() |
Modifier and Type | Method and Description |
---|---|
DataDestination |
clone() |
boolean |
equals(Object obj) |
S3Config |
getS3Config()
The path to an Amazon Simple Storage Service (Amazon S3) bucket along with the credentials to access the bucket.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setS3Config(S3Config s3Config)
The path to an Amazon Simple Storage Service (Amazon S3) bucket along with the credentials to access the bucket.
|
String |
toString()
Returns a string representation of this object.
|
DataDestination |
withS3Config(S3Config s3Config)
The path to an Amazon Simple Storage Service (Amazon S3) bucket along with the credentials to access the bucket.
|
public void setS3Config(S3Config s3Config)
The path to an Amazon Simple Storage Service (Amazon S3) bucket along with the credentials to access the bucket.
s3Config
- The path to an Amazon Simple Storage Service (Amazon S3) bucket along with the credentials to access the
bucket.public S3Config getS3Config()
The path to an Amazon Simple Storage Service (Amazon S3) bucket along with the credentials to access the bucket.
public DataDestination withS3Config(S3Config s3Config)
The path to an Amazon Simple Storage Service (Amazon S3) bucket along with the credentials to access the bucket.
s3Config
- The path to an Amazon Simple Storage Service (Amazon S3) bucket along with the credentials to access the
bucket.public String toString()
toString
in class Object
Object.toString()
public DataDestination clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.