Struct aws_sdk_ec2::model::reserved_instances_id::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for ReservedInstancesId
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn reserved_instances_id(self, input: impl Into<String>) -> Self
pub fn reserved_instances_id(self, input: impl Into<String>) -> Self
The ID of the Reserved Instance.
sourcepub fn set_reserved_instances_id(self, input: Option<String>) -> Self
pub fn set_reserved_instances_id(self, input: Option<String>) -> Self
The ID of the Reserved Instance.
sourcepub fn build(self) -> ReservedInstancesId
pub fn build(self) -> ReservedInstancesId
Consumes the builder and constructs a ReservedInstancesId
.