Struct aws_sdk_ec2::types::builders::ElasticGpuAssociationBuilder
source · #[non_exhaustive]pub struct ElasticGpuAssociationBuilder { /* private fields */ }
Expand description
A builder for ElasticGpuAssociation
.
Implementations§
source§impl ElasticGpuAssociationBuilder
impl ElasticGpuAssociationBuilder
sourcepub fn elastic_gpu_id(self, input: impl Into<String>) -> Self
pub fn elastic_gpu_id(self, input: impl Into<String>) -> Self
The ID of the Elastic Graphics accelerator.
sourcepub fn set_elastic_gpu_id(self, input: Option<String>) -> Self
pub fn set_elastic_gpu_id(self, input: Option<String>) -> Self
The ID of the Elastic Graphics accelerator.
sourcepub fn get_elastic_gpu_id(&self) -> &Option<String>
pub fn get_elastic_gpu_id(&self) -> &Option<String>
The ID of the Elastic Graphics accelerator.
sourcepub fn elastic_gpu_association_id(self, input: impl Into<String>) -> Self
pub fn elastic_gpu_association_id(self, input: impl Into<String>) -> Self
The ID of the association.
sourcepub fn set_elastic_gpu_association_id(self, input: Option<String>) -> Self
pub fn set_elastic_gpu_association_id(self, input: Option<String>) -> Self
The ID of the association.
sourcepub fn get_elastic_gpu_association_id(&self) -> &Option<String>
pub fn get_elastic_gpu_association_id(&self) -> &Option<String>
The ID of the association.
sourcepub fn elastic_gpu_association_state(self, input: impl Into<String>) -> Self
pub fn elastic_gpu_association_state(self, input: impl Into<String>) -> Self
The state of the association between the instance and the Elastic Graphics accelerator.
sourcepub fn set_elastic_gpu_association_state(self, input: Option<String>) -> Self
pub fn set_elastic_gpu_association_state(self, input: Option<String>) -> Self
The state of the association between the instance and the Elastic Graphics accelerator.
sourcepub fn get_elastic_gpu_association_state(&self) -> &Option<String>
pub fn get_elastic_gpu_association_state(&self) -> &Option<String>
The state of the association between the instance and the Elastic Graphics accelerator.
sourcepub fn elastic_gpu_association_time(self, input: impl Into<String>) -> Self
pub fn elastic_gpu_association_time(self, input: impl Into<String>) -> Self
The time the Elastic Graphics accelerator was associated with the instance.
sourcepub fn set_elastic_gpu_association_time(self, input: Option<String>) -> Self
pub fn set_elastic_gpu_association_time(self, input: Option<String>) -> Self
The time the Elastic Graphics accelerator was associated with the instance.
sourcepub fn get_elastic_gpu_association_time(&self) -> &Option<String>
pub fn get_elastic_gpu_association_time(&self) -> &Option<String>
The time the Elastic Graphics accelerator was associated with the instance.
sourcepub fn build(self) -> ElasticGpuAssociation
pub fn build(self) -> ElasticGpuAssociation
Consumes the builder and constructs a ElasticGpuAssociation
.
Trait Implementations§
source§impl Clone for ElasticGpuAssociationBuilder
impl Clone for ElasticGpuAssociationBuilder
source§fn clone(&self) -> ElasticGpuAssociationBuilder
fn clone(&self) -> ElasticGpuAssociationBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for ElasticGpuAssociationBuilder
impl Debug for ElasticGpuAssociationBuilder
source§impl Default for ElasticGpuAssociationBuilder
impl Default for ElasticGpuAssociationBuilder
source§fn default() -> ElasticGpuAssociationBuilder
fn default() -> ElasticGpuAssociationBuilder
source§impl PartialEq<ElasticGpuAssociationBuilder> for ElasticGpuAssociationBuilder
impl PartialEq<ElasticGpuAssociationBuilder> for ElasticGpuAssociationBuilder
source§fn eq(&self, other: &ElasticGpuAssociationBuilder) -> bool
fn eq(&self, other: &ElasticGpuAssociationBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.