Uses of Interface
software.amazon.awssdk.services.synthetics.model.ArtifactConfigOutput.Builder
-
Packages that use ArtifactConfigOutput.Builder Package Description software.amazon.awssdk.services.synthetics.model -
-
Uses of ArtifactConfigOutput.Builder in software.amazon.awssdk.services.synthetics.model
Methods in software.amazon.awssdk.services.synthetics.model that return ArtifactConfigOutput.Builder Modifier and Type Method Description static ArtifactConfigOutput.BuilderArtifactConfigOutput. builder()default ArtifactConfigOutput.BuilderArtifactConfigOutput.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.BuilderArtifactConfigOutput.Builder. s3Encryption(S3EncryptionConfig s3Encryption)A structure that contains the configuration of encryption settings for canary artifacts that are stored in Amazon S3.ArtifactConfigOutput.BuilderArtifactConfigOutput. toBuilder()Methods in software.amazon.awssdk.services.synthetics.model that return types with arguments of type ArtifactConfigOutput.Builder Modifier and Type Method Description static Class<? extends ArtifactConfigOutput.Builder>ArtifactConfigOutput. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.synthetics.model with type arguments of type ArtifactConfigOutput.Builder Modifier and Type Method Description default Canary.BuilderCanary.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.
-