pub struct Builder { /* private fields */ }
Expand description
A builder for EcrRepositoryConfiguration
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn repository_policy(self, input: impl Into<String>) -> Self
pub fn repository_policy(self, input: impl Into<String>) -> Self
The JSON repository policy text to apply to the Amazon ECR repository. For more information, see Private repository policy examples in the Amazon ECR User Guide.
sourcepub fn set_repository_policy(self, input: Option<String>) -> Self
pub fn set_repository_policy(self, input: Option<String>) -> Self
The JSON repository policy text to apply to the Amazon ECR repository. For more information, see Private repository policy examples in the Amazon ECR User Guide.
sourcepub fn build(self) -> EcrRepositoryConfiguration
pub fn build(self) -> EcrRepositoryConfiguration
Consumes the builder and constructs a EcrRepositoryConfiguration
.