Struct aws_sdk_appstream::model::image_permissions::Builder
source · pub struct Builder { /* private fields */ }Expand description
A builder for ImagePermissions.
Implementations§
source§impl Builder
impl Builder
sourcepub fn allow_fleet(self, input: bool) -> Self
pub fn allow_fleet(self, input: bool) -> Self
Indicates whether the image can be used for a fleet.
sourcepub fn set_allow_fleet(self, input: Option<bool>) -> Self
pub fn set_allow_fleet(self, input: Option<bool>) -> Self
Indicates whether the image can be used for a fleet.
sourcepub fn allow_image_builder(self, input: bool) -> Self
pub fn allow_image_builder(self, input: bool) -> Self
Indicates whether the image can be used for an image builder.
sourcepub fn set_allow_image_builder(self, input: Option<bool>) -> Self
pub fn set_allow_image_builder(self, input: Option<bool>) -> Self
Indicates whether the image can be used for an image builder.
sourcepub fn build(self) -> ImagePermissions
pub fn build(self) -> ImagePermissions
Consumes the builder and constructs a ImagePermissions.