#[non_exhaustive]pub struct ImportWorkspaceImageInput { /* private fields */ }
Implementations§
source§impl ImportWorkspaceImageInput
impl ImportWorkspaceImageInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ImportWorkspaceImage, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ImportWorkspaceImage, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ImportWorkspaceImage
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ImportWorkspaceImageInput
.
source§impl ImportWorkspaceImageInput
impl ImportWorkspaceImageInput
sourcepub fn ec2_image_id(&self) -> Option<&str>
pub fn ec2_image_id(&self) -> Option<&str>
The identifier of the EC2 image.
sourcepub fn ingestion_process(&self) -> Option<&WorkspaceImageIngestionProcess>
pub fn ingestion_process(&self) -> Option<&WorkspaceImageIngestionProcess>
The ingestion process to be used when importing the image, depending on which protocol you want to use for your BYOL Workspace image, either PCoIP, WorkSpaces Streaming Protocol (WSP), or bring your own protocol (BYOP). To use WSP, specify a value that ends in _WSP
. To use PCoIP, specify a value that does not end in _WSP
. To use BYOP, specify a value that ends in _BYOP
.
For non-GPU-enabled bundles (bundles other than Graphics or GraphicsPro), specify BYOL_REGULAR
, BYOL_REGULAR_WSP
, or BYOL_REGULAR_BYOP
, depending on the protocol.
The BYOL_REGULAR_BYOP
and BYOL_GRAPHICS_G4DN_BYOP
values are only supported by Amazon WorkSpaces Core. Contact your account team to be allow-listed to use these values. For more information, see Amazon WorkSpaces Core.
sourcepub fn image_name(&self) -> Option<&str>
pub fn image_name(&self) -> Option<&str>
The name of the WorkSpace image.
sourcepub fn image_description(&self) -> Option<&str>
pub fn image_description(&self) -> Option<&str>
The description of the WorkSpace image.
The tags. Each WorkSpaces resource can have a maximum of 50 tags.
sourcepub fn applications(&self) -> Option<&[Application]>
pub fn applications(&self) -> Option<&[Application]>
If specified, the version of Microsoft Office to subscribe to. Valid only for Windows 10 BYOL images. For more information about subscribing to Office for BYOL images, see Bring Your Own Windows Desktop Licenses.
Although this parameter is an array, only one item is allowed at this time.
Trait Implementations§
source§impl Clone for ImportWorkspaceImageInput
impl Clone for ImportWorkspaceImageInput
source§fn clone(&self) -> ImportWorkspaceImageInput
fn clone(&self) -> ImportWorkspaceImageInput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for ImportWorkspaceImageInput
impl Debug for ImportWorkspaceImageInput
source§impl PartialEq<ImportWorkspaceImageInput> for ImportWorkspaceImageInput
impl PartialEq<ImportWorkspaceImageInput> for ImportWorkspaceImageInput
source§fn eq(&self, other: &ImportWorkspaceImageInput) -> bool
fn eq(&self, other: &ImportWorkspaceImageInput) -> bool
self
and other
values to be equal, and is used
by ==
.