Uses of Class
software.amazon.awscdk.services.ecr.CfnRepositoryProps.Builder
Packages that use CfnRepositoryProps.Builder
-
Uses of CfnRepositoryProps.Builder in software.amazon.awscdk.services.ecr
Methods in software.amazon.awscdk.services.ecr that return CfnRepositoryProps.BuilderModifier and TypeMethodDescriptionstatic CfnRepositoryProps.BuilderCfnRepositoryProps.builder()CfnRepositoryProps.Builder.encryptionConfiguration(IResolvable encryptionConfiguration) Sets the value ofCfnRepositoryProps.getEncryptionConfiguration()CfnRepositoryProps.Builder.encryptionConfiguration(CfnRepository.EncryptionConfigurationProperty encryptionConfiguration) Sets the value ofCfnRepositoryProps.getEncryptionConfiguration()CfnRepositoryProps.Builder.imageScanningConfiguration(IResolvable imageScanningConfiguration) Sets the value ofCfnRepositoryProps.getImageScanningConfiguration()CfnRepositoryProps.Builder.imageScanningConfiguration(CfnRepository.ImageScanningConfigurationProperty imageScanningConfiguration) Sets the value ofCfnRepositoryProps.getImageScanningConfiguration()CfnRepositoryProps.Builder.imageTagMutability(String imageTagMutability) Sets the value ofCfnRepositoryProps.getImageTagMutability()CfnRepositoryProps.Builder.lifecyclePolicy(IResolvable lifecyclePolicy) Sets the value ofCfnRepositoryProps.getLifecyclePolicy()CfnRepositoryProps.Builder.lifecyclePolicy(CfnRepository.LifecyclePolicyProperty lifecyclePolicy) Sets the value ofCfnRepositoryProps.getLifecyclePolicy()CfnRepositoryProps.Builder.repositoryName(String repositoryName) Sets the value ofCfnRepositoryProps.getRepositoryName()CfnRepositoryProps.Builder.repositoryPolicyText(Object repositoryPolicyText) Sets the value ofCfnRepositoryProps.getRepositoryPolicyText()Sets the value ofCfnRepositoryProps.getTags()Constructors in software.amazon.awscdk.services.ecr with parameters of type CfnRepositoryProps.BuilderModifierConstructorDescriptionprotectedJsii$Proxy(CfnRepositoryProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnRepositoryProps.Builder.