pub struct Builder { /* private fields */ }Expand description
A builder for CreateRemoteAccessSessionConfiguration.
Implementations§
source§impl Builder
impl Builder
sourcepub fn billing_method(self, input: BillingMethod) -> Self
pub fn billing_method(self, input: BillingMethod) -> Self
The billing method for the remote access session.
sourcepub fn set_billing_method(self, input: Option<BillingMethod>) -> Self
pub fn set_billing_method(self, input: Option<BillingMethod>) -> Self
The billing method for the remote access session.
sourcepub fn vpce_configuration_arns(self, input: impl Into<String>) -> Self
pub fn vpce_configuration_arns(self, input: impl Into<String>) -> Self
Appends an item to vpce_configuration_arns.
To override the contents of this collection use set_vpce_configuration_arns.
An array of ARNs included in the VPC endpoint configuration.
sourcepub fn set_vpce_configuration_arns(self, input: Option<Vec<String>>) -> Self
pub fn set_vpce_configuration_arns(self, input: Option<Vec<String>>) -> Self
An array of ARNs included in the VPC endpoint configuration.
sourcepub fn build(self) -> CreateRemoteAccessSessionConfiguration
pub fn build(self) -> CreateRemoteAccessSessionConfiguration
Consumes the builder and constructs a CreateRemoteAccessSessionConfiguration.