public static interface ArtifactConfigOutput.Builder extends SdkPojo, CopyableBuilder<ArtifactConfigOutput.Builder,ArtifactConfigOutput>
| Modifier and Type | Method and Description |
|---|---|
default 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 |
s3Encryption(S3EncryptionConfig s3Encryption)
A structure that contains the configuration of encryption settings for canary artifacts that are stored in
Amazon S3.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildArtifactConfigOutput.Builder s3Encryption(S3EncryptionConfig s3Encryption)
A structure that contains the configuration of encryption settings for canary artifacts that are stored in Amazon S3.
s3Encryption - A structure that contains the configuration of encryption settings for canary artifacts that are
stored in Amazon S3.default 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.
This is a convenience method that creates an instance of theS3EncryptionConfig.Builder avoiding the
need to create one manually via S3EncryptionConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to s3Encryption(S3EncryptionConfig).
s3Encryption - a consumer that will call methods on S3EncryptionConfig.Builders3Encryption(S3EncryptionConfig)Copyright © 2023. All rights reserved.