Struct aws_sdk_datasync::operation::describe_location_fsx_lustre::builders::DescribeLocationFsxLustreOutputBuilder
source · #[non_exhaustive]pub struct DescribeLocationFsxLustreOutputBuilder { /* private fields */ }
Expand description
A builder for DescribeLocationFsxLustreOutput
.
Implementations§
source§impl DescribeLocationFsxLustreOutputBuilder
impl DescribeLocationFsxLustreOutputBuilder
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 Lustre 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 Lustre location that was described.
sourcepub fn get_location_arn(&self) -> &Option<String>
pub fn get_location_arn(&self) -> &Option<String>
The Amazon Resource Name (ARN) of the FSx for Lustre 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 URI of the FSx for Lustre 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 URI of the FSx for Lustre location that was described.
sourcepub fn get_location_uri(&self) -> &Option<String>
pub fn get_location_uri(&self) -> &Option<String>
The URI of the FSx for Lustre 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 Lustre 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 Lustre file system.
sourcepub fn get_security_group_arns(&self) -> &Option<Vec<String>>
pub fn get_security_group_arns(&self) -> &Option<Vec<String>>
The Amazon Resource Names (ARNs) of the security groups that are configured for the FSx for Lustre file system.
sourcepub fn creation_time(self, input: DateTime) -> Self
pub fn creation_time(self, input: DateTime) -> Self
The time that the FSx for Lustre 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 Lustre location was created.
sourcepub fn get_creation_time(&self) -> &Option<DateTime>
pub fn get_creation_time(&self) -> &Option<DateTime>
The time that the FSx for Lustre location was created.
sourcepub fn build(self) -> DescribeLocationFsxLustreOutput
pub fn build(self) -> DescribeLocationFsxLustreOutput
Consumes the builder and constructs a DescribeLocationFsxLustreOutput
.
Trait Implementations§
source§impl Clone for DescribeLocationFsxLustreOutputBuilder
impl Clone for DescribeLocationFsxLustreOutputBuilder
source§fn clone(&self) -> DescribeLocationFsxLustreOutputBuilder
fn clone(&self) -> DescribeLocationFsxLustreOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for DescribeLocationFsxLustreOutputBuilder
impl Default for DescribeLocationFsxLustreOutputBuilder
source§fn default() -> DescribeLocationFsxLustreOutputBuilder
fn default() -> DescribeLocationFsxLustreOutputBuilder
source§impl PartialEq for DescribeLocationFsxLustreOutputBuilder
impl PartialEq for DescribeLocationFsxLustreOutputBuilder
source§fn eq(&self, other: &DescribeLocationFsxLustreOutputBuilder) -> bool
fn eq(&self, other: &DescribeLocationFsxLustreOutputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.