Struct aws_sdk_workspaces::model::account_modification::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for AccountModification
Implementations
The state of the modification to the configuration of BYOL.
pub fn set_modification_state(
self,
input: Option<DedicatedTenancyModificationStateEnum>
) -> Self
pub fn set_modification_state(
self,
input: Option<DedicatedTenancyModificationStateEnum>
) -> Self
The state of the modification to the configuration of BYOL.
The status of BYOL (whether BYOL is being enabled or disabled).
pub fn set_dedicated_tenancy_support(
self,
input: Option<DedicatedTenancySupportResultEnum>
) -> Self
pub fn set_dedicated_tenancy_support(
self,
input: Option<DedicatedTenancySupportResultEnum>
) -> Self
The status of BYOL (whether BYOL is being enabled or disabled).
The IP address range, specified as an IPv4 CIDR block, for the management network interface used for the account.
The IP address range, specified as an IPv4 CIDR block, for the management network interface used for the account.
The timestamp when the modification of the BYOL configuration was started.
The timestamp when the modification of the BYOL configuration was started.
The error code that is returned if the configuration of BYOL cannot be modified.
The error code that is returned if the configuration of BYOL cannot be modified.
The text of the error message that is returned if the configuration of BYOL cannot be modified.
The text of the error message that is returned if the configuration of BYOL cannot be modified.
Consumes the builder and constructs a AccountModification
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