Struct aws_sdk_ec2::model::elastic_inference_accelerator_association::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for ElasticInferenceAcceleratorAssociation
Implementations
The Amazon Resource Name (ARN) of the elastic inference accelerator.
The Amazon Resource Name (ARN) of the elastic inference accelerator.
The ID of the association.
The ID of the association.
pub fn elastic_inference_accelerator_association_state(
self,
input: impl Into<String>
) -> Self
pub fn elastic_inference_accelerator_association_state(
self,
input: impl Into<String>
) -> Self
The state of the elastic inference accelerator.
pub fn set_elastic_inference_accelerator_association_state(
self,
input: Option<String>
) -> Self
pub fn set_elastic_inference_accelerator_association_state(
self,
input: Option<String>
) -> Self
The state of the elastic inference accelerator.
The time at which the elastic inference accelerator is associated with an instance.
pub fn set_elastic_inference_accelerator_association_time(
self,
input: Option<DateTime>
) -> Self
pub fn set_elastic_inference_accelerator_association_time(
self,
input: Option<DateTime>
) -> Self
The time at which the elastic inference accelerator is associated with an instance.
Consumes the builder and constructs a ElasticInferenceAcceleratorAssociation
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more