Uses of Interface
software.amazon.awssdk.services.codepipeline.model.EncryptionKey.Builder
-
Packages that use EncryptionKey.Builder Package Description software.amazon.awssdk.services.codepipeline.model -
-
Uses of EncryptionKey.Builder in software.amazon.awssdk.services.codepipeline.model
Methods in software.amazon.awssdk.services.codepipeline.model that return EncryptionKey.Builder Modifier and Type Method Description static EncryptionKey.BuilderEncryptionKey. builder()EncryptionKey.BuilderEncryptionKey.Builder. id(String id)The ID used to identify the key.EncryptionKey.BuilderEncryptionKey. toBuilder()EncryptionKey.BuilderEncryptionKey.Builder. type(String type)The type of encryption key, such as an Amazon Web Services KMS key.EncryptionKey.BuilderEncryptionKey.Builder. type(EncryptionKeyType type)The type of encryption key, such as an Amazon Web Services KMS key.Methods in software.amazon.awssdk.services.codepipeline.model that return types with arguments of type EncryptionKey.Builder Modifier and Type Method Description static Class<? extends EncryptionKey.Builder>EncryptionKey. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.codepipeline.model with type arguments of type EncryptionKey.Builder Modifier and Type Method Description default ArtifactStore.BuilderArtifactStore.Builder. encryptionKey(Consumer<EncryptionKey.Builder> encryptionKey)The encryption key used to encrypt the data in the artifact store, such as an Amazon Web Services Key Management Service key.default JobData.BuilderJobData.Builder. encryptionKey(Consumer<EncryptionKey.Builder> encryptionKey)Represents information about the key used to encrypt data in the artifact store, such as an KMS key.default ThirdPartyJobData.BuilderThirdPartyJobData.Builder. encryptionKey(Consumer<EncryptionKey.Builder> encryptionKey)The encryption key used to encrypt and decrypt data in the artifact store for the pipeline, such as an Amazon Web Services Key Management Service (Amazon Web Services KMS) key.
-