pub struct Builder { /* private fields */ }Expand description
A builder for DescribeLocationFsxWindowsOutput.
Implementations§
source§impl Builder
impl Builder
sourcepub fn location_arn(self, input: impl Into<String>) -> Self
pub fn location_arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) of the FSx for Windows File Server location that was described.
sourcepub fn set_location_arn(self, input: Option<String>) -> Self
pub fn set_location_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) of the FSx for Windows File Server location that was described.
sourcepub fn location_uri(self, input: impl Into<String>) -> Self
pub fn location_uri(self, input: impl Into<String>) -> Self
The URL of the FSx for Windows File Server location that was described.
sourcepub fn set_location_uri(self, input: Option<String>) -> Self
pub fn set_location_uri(self, input: Option<String>) -> Self
The URL of the FSx for Windows File Server location that was described.
sourcepub fn security_group_arns(self, input: impl Into<String>) -> Self
pub fn security_group_arns(self, input: impl Into<String>) -> Self
Appends an item to security_group_arns.
To override the contents of this collection use set_security_group_arns.
The Amazon Resource Names (ARNs) of the security groups that are configured for the FSx for Windows File Server file system.
sourcepub fn set_security_group_arns(self, input: Option<Vec<String>>) -> Self
pub fn set_security_group_arns(self, input: Option<Vec<String>>) -> Self
The Amazon Resource Names (ARNs) of the security groups that are configured for the FSx for Windows File Server file system.
sourcepub fn creation_time(self, input: DateTime) -> Self
pub fn creation_time(self, input: DateTime) -> Self
The time that the FSx for Windows File Server location was created.
sourcepub fn set_creation_time(self, input: Option<DateTime>) -> Self
pub fn set_creation_time(self, input: Option<DateTime>) -> Self
The time that the FSx for Windows File Server location was created.
sourcepub fn user(self, input: impl Into<String>) -> Self
pub fn user(self, input: impl Into<String>) -> Self
The user who has the permissions to access files and folders in the FSx for Windows File Server file system.
sourcepub fn set_user(self, input: Option<String>) -> Self
pub fn set_user(self, input: Option<String>) -> Self
The user who has the permissions to access files and folders in the FSx for Windows File Server file system.
sourcepub fn domain(self, input: impl Into<String>) -> Self
pub fn domain(self, input: impl Into<String>) -> Self
The name of the Windows domain that the FSx for Windows File Server belongs to.
sourcepub fn set_domain(self, input: Option<String>) -> Self
pub fn set_domain(self, input: Option<String>) -> Self
The name of the Windows domain that the FSx for Windows File Server belongs to.
sourcepub fn build(self) -> DescribeLocationFsxWindowsOutput
pub fn build(self) -> DescribeLocationFsxWindowsOutput
Consumes the builder and constructs a DescribeLocationFsxWindowsOutput.