@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AutoMLOutputDataConfig extends Object implements Serializable, Cloneable, StructuredPojo
The output data configuration.
Constructor and Description |
---|
AutoMLOutputDataConfig() |
Modifier and Type | Method and Description |
---|---|
AutoMLOutputDataConfig |
clone() |
boolean |
equals(Object obj) |
String |
getKmsKeyId()
The Key Management Service encryption key ID.
|
String |
getS3OutputPath()
The Amazon S3 output path.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setKmsKeyId(String kmsKeyId)
The Key Management Service encryption key ID.
|
void |
setS3OutputPath(String s3OutputPath)
The Amazon S3 output path.
|
String |
toString()
Returns a string representation of this object.
|
AutoMLOutputDataConfig |
withKmsKeyId(String kmsKeyId)
The Key Management Service encryption key ID.
|
AutoMLOutputDataConfig |
withS3OutputPath(String s3OutputPath)
The Amazon S3 output path.
|
public void setKmsKeyId(String kmsKeyId)
The Key Management Service encryption key ID.
kmsKeyId
- The Key Management Service encryption key ID.public String getKmsKeyId()
The Key Management Service encryption key ID.
public AutoMLOutputDataConfig withKmsKeyId(String kmsKeyId)
The Key Management Service encryption key ID.
kmsKeyId
- The Key Management Service encryption key ID.public void setS3OutputPath(String s3OutputPath)
The Amazon S3 output path. Must be 128 characters or less.
s3OutputPath
- The Amazon S3 output path. Must be 128 characters or less.public String getS3OutputPath()
The Amazon S3 output path. Must be 128 characters or less.
public AutoMLOutputDataConfig withS3OutputPath(String s3OutputPath)
The Amazon S3 output path. Must be 128 characters or less.
s3OutputPath
- The Amazon S3 output path. Must be 128 characters or less.public String toString()
toString
in class Object
Object.toString()
public AutoMLOutputDataConfig clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.