Interface ArtifactConfigOutput.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<ArtifactConfigOutput.Builder,,- ArtifactConfigOutput> - SdkBuilder<ArtifactConfigOutput.Builder,,- ArtifactConfigOutput> - SdkPojo
- Enclosing class:
- ArtifactConfigOutput
@Mutable
@NotThreadSafe
public static interface ArtifactConfigOutput.Builder
extends SdkPojo, CopyableBuilder<ArtifactConfigOutput.Builder,ArtifactConfigOutput> 
- 
Method SummaryModifier and TypeMethodDescriptiondefault ArtifactConfigOutput.Builders3Encryption(Consumer<S3EncryptionConfig.Builder> s3Encryption) A structure that contains the configuration of encryption settings for canary artifacts that are stored in Amazon S3.s3Encryption(S3EncryptionConfig s3Encryption) A structure that contains the configuration of encryption settings for canary artifacts that are stored in Amazon S3.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
s3EncryptionA structure that contains the configuration of encryption settings for canary artifacts that are stored in Amazon S3. - Parameters:
- s3Encryption- A structure that contains the configuration of encryption settings for canary artifacts that are stored in Amazon S3.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
s3Encryptiondefault 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.Builderavoiding the need to create one manually viaS3EncryptionConfig.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tos3Encryption(S3EncryptionConfig).- Parameters:
- s3Encryption- a consumer that will call methods on- S3EncryptionConfig.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-