#[non_exhaustive]pub struct SharedImagePermissionsBuilder { /* private fields */ }
Expand description
A builder for SharedImagePermissions
.
Implementations§
The 12-digit identifier of the AWS account with which the image is shared.
The 12-digit identifier of the AWS account with which the image is shared.
sourcepub fn image_permissions(self, input: ImagePermissions) -> Self
pub fn image_permissions(self, input: ImagePermissions) -> Self
Describes the permissions for a shared image.
sourcepub fn set_image_permissions(self, input: Option<ImagePermissions>) -> Self
pub fn set_image_permissions(self, input: Option<ImagePermissions>) -> Self
Describes the permissions for a shared image.
sourcepub fn build(self) -> SharedImagePermissions
pub fn build(self) -> SharedImagePermissions
Consumes the builder and constructs a SharedImagePermissions
.
Trait Implementations§
source§fn clone(&self) -> SharedImagePermissionsBuilder
fn clone(&self) -> SharedImagePermissionsBuilder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§fn default() -> SharedImagePermissionsBuilder
fn default() -> SharedImagePermissionsBuilder
Returns the “default value” for a type. Read more
source§fn eq(&self, other: &SharedImagePermissionsBuilder) -> bool
fn eq(&self, other: &SharedImagePermissionsBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.