| Package | Description |
|---|---|
| software.amazon.awssdk.services.synthetics.model |
| Modifier and Type | Method and Description |
|---|---|
static ArtifactConfigInput.Builder |
ArtifactConfigInput.builder() |
default ArtifactConfigInput.Builder |
ArtifactConfigInput.Builder.s3Encryption(Consumer<S3EncryptionConfig.Builder> s3Encryption)
A structure that contains the configuration of the encryption-at-rest settings for artifacts that the canary
uploads to Amazon S3.
|
ArtifactConfigInput.Builder |
ArtifactConfigInput.Builder.s3Encryption(S3EncryptionConfig s3Encryption)
A structure that contains the configuration of the encryption-at-rest settings for artifacts that the canary
uploads to Amazon S3.
|
ArtifactConfigInput.Builder |
ArtifactConfigInput.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ArtifactConfigInput.Builder> |
ArtifactConfigInput.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default UpdateCanaryRequest.Builder |
UpdateCanaryRequest.Builder.artifactConfig(Consumer<ArtifactConfigInput.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.
|
default CreateCanaryRequest.Builder |
CreateCanaryRequest.Builder.artifactConfig(Consumer<ArtifactConfigInput.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.