Struct aws_sdk_ecr::model::resource_details::Builder
source · pub struct Builder { /* private fields */ }Expand description
A builder for ResourceDetails.
Implementations§
source§impl Builder
impl Builder
sourcepub fn aws_ecr_container_image(self, input: AwsEcrContainerImageDetails) -> Self
pub fn aws_ecr_container_image(self, input: AwsEcrContainerImageDetails) -> Self
An object that contains details about the Amazon ECR container image involved in the finding.
sourcepub fn set_aws_ecr_container_image(
self,
input: Option<AwsEcrContainerImageDetails>
) -> Self
pub fn set_aws_ecr_container_image(
self,
input: Option<AwsEcrContainerImageDetails>
) -> Self
An object that contains details about the Amazon ECR container image involved in the finding.
sourcepub fn build(self) -> ResourceDetails
pub fn build(self) -> ResourceDetails
Consumes the builder and constructs a ResourceDetails.