Struct aws_sdk_ec2::model::elastic_gpu_specification::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for ElasticGpuSpecification
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn type(self, input: impl Into<String>) -> Self
pub fn type(self, input: impl Into<String>) -> Self
The type of Elastic Graphics accelerator. For more information about the values to specify for Type
, see Elastic Graphics Basics, specifically the Elastic Graphics accelerator column, in the Amazon Elastic Compute Cloud User Guide for Windows Instances.
sourcepub fn set_type(self, input: Option<String>) -> Self
pub fn set_type(self, input: Option<String>) -> Self
The type of Elastic Graphics accelerator. For more information about the values to specify for Type
, see Elastic Graphics Basics, specifically the Elastic Graphics accelerator column, in the Amazon Elastic Compute Cloud User Guide for Windows Instances.
sourcepub fn build(self) -> ElasticGpuSpecification
pub fn build(self) -> ElasticGpuSpecification
Consumes the builder and constructs a ElasticGpuSpecification
.