pub struct Builder { /* private fields */ }Expand description
A builder for DeletePullThroughCacheRuleInput.
Implementations§
source§impl Builder
impl Builder
sourcepub fn ecr_repository_prefix(self, input: impl Into<String>) -> Self
pub fn ecr_repository_prefix(self, input: impl Into<String>) -> Self
The Amazon ECR repository prefix associated with the pull through cache rule to delete.
sourcepub fn set_ecr_repository_prefix(self, input: Option<String>) -> Self
pub fn set_ecr_repository_prefix(self, input: Option<String>) -> Self
The Amazon ECR repository prefix associated with the pull through cache rule to delete.
sourcepub fn registry_id(self, input: impl Into<String>) -> Self
pub fn registry_id(self, input: impl Into<String>) -> Self
The Amazon Web Services account ID associated with the registry that contains the pull through cache rule. If you do not specify a registry, the default registry is assumed.
sourcepub fn set_registry_id(self, input: Option<String>) -> Self
pub fn set_registry_id(self, input: Option<String>) -> Self
The Amazon Web Services account ID associated with the registry that contains the pull through cache rule. If you do not specify a registry, the default registry is assumed.
sourcepub fn build(self) -> Result<DeletePullThroughCacheRuleInput, BuildError>
pub fn build(self) -> Result<DeletePullThroughCacheRuleInput, BuildError>
Consumes the builder and constructs a DeletePullThroughCacheRuleInput.