Uses of Interface
software.amazon.awssdk.services.codepipeline.model.ArtifactStore.Builder
-
Packages that use ArtifactStore.Builder Package Description software.amazon.awssdk.services.codepipeline.model -
-
Uses of ArtifactStore.Builder in software.amazon.awssdk.services.codepipeline.model
Methods in software.amazon.awssdk.services.codepipeline.model that return ArtifactStore.Builder Modifier and Type Method Description static ArtifactStore.BuilderArtifactStore. builder()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.ArtifactStore.BuilderArtifactStore.Builder. encryptionKey(EncryptionKey encryptionKey)The encryption key used to encrypt the data in the artifact store, such as an Amazon Web Services Key Management Service key.ArtifactStore.BuilderArtifactStore.Builder. location(String location)The S3 bucket used for storing the artifacts for a pipeline.ArtifactStore.BuilderArtifactStore. toBuilder()ArtifactStore.BuilderArtifactStore.Builder. type(String type)The type of the artifact store, such as S3.ArtifactStore.BuilderArtifactStore.Builder. type(ArtifactStoreType type)The type of the artifact store, such as S3.Methods in software.amazon.awssdk.services.codepipeline.model that return types with arguments of type ArtifactStore.Builder Modifier and Type Method Description static Class<? extends ArtifactStore.Builder>ArtifactStore. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.codepipeline.model with type arguments of type ArtifactStore.Builder Modifier and Type Method Description default PipelineDeclaration.BuilderPipelineDeclaration.Builder. artifactStore(Consumer<ArtifactStore.Builder> artifactStore)Represents information about the S3 bucket where artifacts are stored for the pipeline.
-