pub struct Builder { /* private fields */ }Expand description
A builder for CreateUpdatedImageOutput.
Implementations§
source§impl Builder
impl Builder
sourcepub fn can_update_image(self, input: bool) -> Self
pub fn can_update_image(self, input: bool) -> Self
Indicates whether a new image can be created.
sourcepub fn set_can_update_image(self, input: Option<bool>) -> Self
pub fn set_can_update_image(self, input: Option<bool>) -> Self
Indicates whether a new image can be created.
sourcepub fn build(self) -> CreateUpdatedImageOutput
pub fn build(self) -> CreateUpdatedImageOutput
Consumes the builder and constructs a CreateUpdatedImageOutput.