pub struct Builder { /* private fields */ }
Expand description
A builder for AwsEcrRepositoryLifecyclePolicyDetails
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn lifecycle_policy_text(self, input: impl Into<String>) -> Self
pub fn lifecycle_policy_text(self, input: impl Into<String>) -> Self
The text of the lifecycle policy.
sourcepub fn set_lifecycle_policy_text(self, input: Option<String>) -> Self
pub fn set_lifecycle_policy_text(self, input: Option<String>) -> Self
The text of the lifecycle policy.
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 identifier that is associated with the registry that contains the repository.
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 identifier that is associated with the registry that contains the repository.
sourcepub fn build(self) -> AwsEcrRepositoryLifecyclePolicyDetails
pub fn build(self) -> AwsEcrRepositoryLifecyclePolicyDetails
Consumes the builder and constructs a AwsEcrRepositoryLifecyclePolicyDetails
.