Struct aws_sdk_imagebuilder::model::container::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for Container
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn region(self, input: impl Into<String>) -> Self
pub fn region(self, input: impl Into<String>) -> Self
Containers and container images are Region-specific. This is the Region context for the container.
sourcepub fn set_region(self, input: Option<String>) -> Self
pub fn set_region(self, input: Option<String>) -> Self
Containers and container images are Region-specific. This is the Region context for the container.
sourcepub fn image_uris(self, input: impl Into<String>) -> Self
pub fn image_uris(self, input: impl Into<String>) -> Self
Appends an item to image_uris
.
To override the contents of this collection use set_image_uris
.
A list of URIs for containers created in the context Region.
sourcepub fn set_image_uris(self, input: Option<Vec<String>>) -> Self
pub fn set_image_uris(self, input: Option<Vec<String>>) -> Self
A list of URIs for containers created in the context Region.