Struct aws_sdk_networkmanager::model::aws_location::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for AwsLocation
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn zone(self, input: impl Into<String>) -> Self
pub fn zone(self, input: impl Into<String>) -> Self
The Zone that the device is located in. Specify the ID of an Availability Zone, Local Zone, Wavelength Zone, or an Outpost.
sourcepub fn set_zone(self, input: Option<String>) -> Self
pub fn set_zone(self, input: Option<String>) -> Self
The Zone that the device is located in. Specify the ID of an Availability Zone, Local Zone, Wavelength Zone, or an Outpost.
sourcepub fn subnet_arn(self, input: impl Into<String>) -> Self
pub fn subnet_arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) of the subnet that the device is located in.
sourcepub fn set_subnet_arn(self, input: Option<String>) -> Self
pub fn set_subnet_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) of the subnet that the device is located in.
sourcepub fn build(self) -> AwsLocation
pub fn build(self) -> AwsLocation
Consumes the builder and constructs a AwsLocation
.