@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EdgeOutputConfig extends Object implements Serializable, Cloneable, StructuredPojo
The output configuration.
Constructor and Description |
---|
EdgeOutputConfig() |
Modifier and Type | Method and Description |
---|---|
EdgeOutputConfig |
clone() |
boolean |
equals(Object obj) |
String |
getKmsKeyId()
The AWS Key Management Service (AWS KMS) key that Amazon SageMaker uses to encrypt data on the storage volume
after compilation job.
|
String |
getS3OutputLocation()
The Amazon Simple Storage (S3) bucker URI.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setKmsKeyId(String kmsKeyId)
The AWS Key Management Service (AWS KMS) key that Amazon SageMaker uses to encrypt data on the storage volume
after compilation job.
|
void |
setS3OutputLocation(String s3OutputLocation)
The Amazon Simple Storage (S3) bucker URI.
|
String |
toString()
Returns a string representation of this object.
|
EdgeOutputConfig |
withKmsKeyId(String kmsKeyId)
The AWS Key Management Service (AWS KMS) key that Amazon SageMaker uses to encrypt data on the storage volume
after compilation job.
|
EdgeOutputConfig |
withS3OutputLocation(String s3OutputLocation)
The Amazon Simple Storage (S3) bucker URI.
|
public void setS3OutputLocation(String s3OutputLocation)
The Amazon Simple Storage (S3) bucker URI.
s3OutputLocation
- The Amazon Simple Storage (S3) bucker URI.public String getS3OutputLocation()
The Amazon Simple Storage (S3) bucker URI.
public EdgeOutputConfig withS3OutputLocation(String s3OutputLocation)
The Amazon Simple Storage (S3) bucker URI.
s3OutputLocation
- The Amazon Simple Storage (S3) bucker URI.public void setKmsKeyId(String kmsKeyId)
The AWS Key Management Service (AWS KMS) key that Amazon SageMaker uses to encrypt data on the storage volume after compilation job. If you don't provide a KMS key ID, Amazon SageMaker uses the default KMS key for Amazon S3 for your role's account.
kmsKeyId
- The AWS Key Management Service (AWS KMS) key that Amazon SageMaker uses to encrypt data on the storage
volume after compilation job. If you don't provide a KMS key ID, Amazon SageMaker uses the default KMS key
for Amazon S3 for your role's account.public String getKmsKeyId()
The AWS Key Management Service (AWS KMS) key that Amazon SageMaker uses to encrypt data on the storage volume after compilation job. If you don't provide a KMS key ID, Amazon SageMaker uses the default KMS key for Amazon S3 for your role's account.
public EdgeOutputConfig withKmsKeyId(String kmsKeyId)
The AWS Key Management Service (AWS KMS) key that Amazon SageMaker uses to encrypt data on the storage volume after compilation job. If you don't provide a KMS key ID, Amazon SageMaker uses the default KMS key for Amazon S3 for your role's account.
kmsKeyId
- The AWS Key Management Service (AWS KMS) key that Amazon SageMaker uses to encrypt data on the storage
volume after compilation job. If you don't provide a KMS key ID, Amazon SageMaker uses the default KMS key
for Amazon S3 for your role's account.public String toString()
toString
in class Object
Object.toString()
public EdgeOutputConfig clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.