Struct aws_sdk_ec2::model::device_options::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for DeviceOptions
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn tenant_id(self, input: impl Into<String>) -> Self
pub fn tenant_id(self, input: impl Into<String>) -> Self
The ID of the tenant application with the device-identity provider.
sourcepub fn set_tenant_id(self, input: Option<String>) -> Self
pub fn set_tenant_id(self, input: Option<String>) -> Self
The ID of the tenant application with the device-identity provider.
sourcepub fn build(self) -> DeviceOptions
pub fn build(self) -> DeviceOptions
Consumes the builder and constructs a DeviceOptions
.