| Package | Description |
|---|---|
| software.amazon.awssdk.services.synthetics.model |
| Modifier and Type | Method and Description |
|---|---|
static ArtifactConfigOutput.Builder |
ArtifactConfigOutput.builder() |
default ArtifactConfigOutput.Builder |
ArtifactConfigOutput.Builder.s3Encryption(Consumer<S3EncryptionConfig.Builder> s3Encryption)
A structure that contains the configuration of encryption settings for canary artifacts that are stored in
Amazon S3.
|
ArtifactConfigOutput.Builder |
ArtifactConfigOutput.Builder.s3Encryption(S3EncryptionConfig s3Encryption)
A structure that contains the configuration of encryption settings for canary artifacts that are stored in
Amazon S3.
|
ArtifactConfigOutput.Builder |
ArtifactConfigOutput.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ArtifactConfigOutput.Builder> |
ArtifactConfigOutput.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default Canary.Builder |
Canary.Builder.artifactConfig(Consumer<ArtifactConfigOutput.Builder> artifactConfig)
A structure that contains the configuration for canary artifacts, including the encryption-at-rest settings
for artifacts that the canary uploads to Amazon S3.
|
Copyright © 2023. All rights reserved.