Struct aws_sdk_securityhub::model::aws_ecr_repository_details::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for AwsEcrRepositoryDetails
Implementations
pub fn image_scanning_configuration(
self,
input: AwsEcrRepositoryImageScanningConfigurationDetails
) -> Self
pub fn image_scanning_configuration(
self,
input: AwsEcrRepositoryImageScanningConfigurationDetails
) -> Self
The image scanning configuration for a repository.
pub fn set_image_scanning_configuration(
self,
input: Option<AwsEcrRepositoryImageScanningConfigurationDetails>
) -> Self
pub fn set_image_scanning_configuration(
self,
input: Option<AwsEcrRepositoryImageScanningConfigurationDetails>
) -> Self
The image scanning configuration for a repository.
The tag mutability setting for the repository.
The tag mutability setting for the repository.
Information about the lifecycle policy for the repository.
pub fn set_lifecycle_policy(
self,
input: Option<AwsEcrRepositoryLifecyclePolicyDetails>
) -> Self
pub fn set_lifecycle_policy(
self,
input: Option<AwsEcrRepositoryLifecyclePolicyDetails>
) -> Self
Information about the lifecycle policy for the repository.
The name of the repository.
The name of the repository.
The text of the repository policy.
The text of the repository policy.
Consumes the builder and constructs a AwsEcrRepositoryDetails
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more