@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ArtifactConfigInput extends Object implements Serializable, Cloneable, StructuredPojo
A structure that contains the configuration for canary artifacts, including the encryption-at-rest settings for artifacts that the canary uploads to Amazon S3.
| Constructor and Description |
|---|
ArtifactConfigInput() |
| Modifier and Type | Method and Description |
|---|---|
ArtifactConfigInput |
clone() |
boolean |
equals(Object obj) |
S3EncryptionConfig |
getS3Encryption()
A structure that contains the configuration of the encryption-at-rest settings for artifacts that the canary
uploads to Amazon S3.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setS3Encryption(S3EncryptionConfig s3Encryption)
A structure that contains the configuration of the encryption-at-rest settings for artifacts that the canary
uploads to Amazon S3.
|
String |
toString()
Returns a string representation of this object.
|
ArtifactConfigInput |
withS3Encryption(S3EncryptionConfig s3Encryption)
A structure that contains the configuration of the encryption-at-rest settings for artifacts that the canary
uploads to Amazon S3.
|
public void setS3Encryption(S3EncryptionConfig s3Encryption)
A structure that contains the configuration of the encryption-at-rest settings for artifacts that the canary uploads to Amazon S3. Artifact encryption functionality is available only for canaries that use Synthetics runtime version syn-nodejs-puppeteer-3.3 or later. For more information, see Encrypting canary artifacts
s3Encryption - A structure that contains the configuration of the encryption-at-rest settings for artifacts that the
canary uploads to Amazon S3. Artifact encryption functionality is available only for canaries that use
Synthetics runtime version syn-nodejs-puppeteer-3.3 or later. For more information, see Encrypting canary artifactspublic S3EncryptionConfig getS3Encryption()
A structure that contains the configuration of the encryption-at-rest settings for artifacts that the canary uploads to Amazon S3. Artifact encryption functionality is available only for canaries that use Synthetics runtime version syn-nodejs-puppeteer-3.3 or later. For more information, see Encrypting canary artifacts
public ArtifactConfigInput withS3Encryption(S3EncryptionConfig s3Encryption)
A structure that contains the configuration of the encryption-at-rest settings for artifacts that the canary uploads to Amazon S3. Artifact encryption functionality is available only for canaries that use Synthetics runtime version syn-nodejs-puppeteer-3.3 or later. For more information, see Encrypting canary artifacts
s3Encryption - A structure that contains the configuration of the encryption-at-rest settings for artifacts that the
canary uploads to Amazon S3. Artifact encryption functionality is available only for canaries that use
Synthetics runtime version syn-nodejs-puppeteer-3.3 or later. For more information, see Encrypting canary artifactspublic String toString()
toString in class ObjectObject.toString()public ArtifactConfigInput clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.