Uses of Interface
software.amazon.awssdk.services.synthetics.model.ArtifactConfigInput.Builder
-
Packages that use ArtifactConfigInput.Builder Package Description software.amazon.awssdk.services.synthetics.model -
-
Uses of ArtifactConfigInput.Builder in software.amazon.awssdk.services.synthetics.model
Methods in software.amazon.awssdk.services.synthetics.model that return ArtifactConfigInput.Builder Modifier and Type Method Description static ArtifactConfigInput.BuilderArtifactConfigInput. builder()default ArtifactConfigInput.BuilderArtifactConfigInput.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.BuilderArtifactConfigInput.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.BuilderArtifactConfigInput. toBuilder()Methods in software.amazon.awssdk.services.synthetics.model that return types with arguments of type ArtifactConfigInput.Builder Modifier and Type Method Description static Class<? extends ArtifactConfigInput.Builder>ArtifactConfigInput. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.synthetics.model with type arguments of type ArtifactConfigInput.Builder Modifier and Type Method Description default CreateCanaryRequest.BuilderCreateCanaryRequest.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 UpdateCanaryRequest.BuilderUpdateCanaryRequest.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.
-