Struct aws_sdk_workspaces::input::modify_account_input::Builder
source · [−]pub struct Builder { /* private fields */ }Expand description
A builder for ModifyAccountInput.
Implementations
sourceimpl Builder
impl Builder
sourcepub fn dedicated_tenancy_support(
self,
input: DedicatedTenancySupportEnum
) -> Self
pub fn dedicated_tenancy_support(
self,
input: DedicatedTenancySupportEnum
) -> Self
The status of BYOL.
sourcepub fn set_dedicated_tenancy_support(
self,
input: Option<DedicatedTenancySupportEnum>
) -> Self
pub fn set_dedicated_tenancy_support(
self,
input: Option<DedicatedTenancySupportEnum>
) -> Self
The status of BYOL.
sourcepub fn dedicated_tenancy_management_cidr_range(
self,
input: impl Into<String>
) -> Self
pub fn dedicated_tenancy_management_cidr_range(
self,
input: impl Into<String>
) -> Self
The IP address range, specified as an IPv4 CIDR block, for the management network interface. Specify an IP address range that is compatible with your network and in CIDR notation (that is, specify the range as an IPv4 CIDR block). The CIDR block size must be /16 (for example, 203.0.113.25/16). It must also be specified as available by the ListAvailableManagementCidrRanges operation.
sourcepub fn set_dedicated_tenancy_management_cidr_range(
self,
input: Option<String>
) -> Self
pub fn set_dedicated_tenancy_management_cidr_range(
self,
input: Option<String>
) -> Self
The IP address range, specified as an IPv4 CIDR block, for the management network interface. Specify an IP address range that is compatible with your network and in CIDR notation (that is, specify the range as an IPv4 CIDR block). The CIDR block size must be /16 (for example, 203.0.113.25/16). It must also be specified as available by the ListAvailableManagementCidrRanges operation.
sourcepub fn build(self) -> Result<ModifyAccountInput, BuildError>
pub fn build(self) -> Result<ModifyAccountInput, BuildError>
Consumes the builder and constructs a ModifyAccountInput.