Struct aws_sdk_elasticbeanstalk::model::custom_ami::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for CustomAmi
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn virtualization_type(self, input: impl Into<String>) -> Self
pub fn virtualization_type(self, input: impl Into<String>) -> Self
The type of virtualization used to create the custom AMI.
sourcepub fn set_virtualization_type(self, input: Option<String>) -> Self
pub fn set_virtualization_type(self, input: Option<String>) -> Self
The type of virtualization used to create the custom AMI.
sourcepub fn image_id(self, input: impl Into<String>) -> Self
pub fn image_id(self, input: impl Into<String>) -> Self
THe ID of the image used to create the custom AMI.
sourcepub fn set_image_id(self, input: Option<String>) -> Self
pub fn set_image_id(self, input: Option<String>) -> Self
THe ID of the image used to create the custom AMI.