Struct aws_sdk_fsx::types::builders::FileSystemEndpointBuilder
source · #[non_exhaustive]pub struct FileSystemEndpointBuilder { /* private fields */ }Expand description
A builder for FileSystemEndpoint.
Implementations§
source§impl FileSystemEndpointBuilder
impl FileSystemEndpointBuilder
sourcepub fn dns_name(self, input: impl Into<String>) -> Self
pub fn dns_name(self, input: impl Into<String>) -> Self
The Domain Name Service (DNS) name for the file system. You can mount your file system using its DNS name.
sourcepub fn set_dns_name(self, input: Option<String>) -> Self
pub fn set_dns_name(self, input: Option<String>) -> Self
The Domain Name Service (DNS) name for the file system. You can mount your file system using its DNS name.
sourcepub fn ip_addresses(self, input: impl Into<String>) -> Self
pub fn ip_addresses(self, input: impl Into<String>) -> Self
Appends an item to ip_addresses.
To override the contents of this collection use set_ip_addresses.
IP addresses of the file system endpoint.
sourcepub fn set_ip_addresses(self, input: Option<Vec<String>>) -> Self
pub fn set_ip_addresses(self, input: Option<Vec<String>>) -> Self
IP addresses of the file system endpoint.
sourcepub fn build(self) -> FileSystemEndpoint
pub fn build(self) -> FileSystemEndpoint
Consumes the builder and constructs a FileSystemEndpoint.
Trait Implementations§
source§impl Clone for FileSystemEndpointBuilder
impl Clone for FileSystemEndpointBuilder
source§fn clone(&self) -> FileSystemEndpointBuilder
fn clone(&self) -> FileSystemEndpointBuilder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for FileSystemEndpointBuilder
impl Debug for FileSystemEndpointBuilder
source§impl Default for FileSystemEndpointBuilder
impl Default for FileSystemEndpointBuilder
source§fn default() -> FileSystemEndpointBuilder
fn default() -> FileSystemEndpointBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<FileSystemEndpointBuilder> for FileSystemEndpointBuilder
impl PartialEq<FileSystemEndpointBuilder> for FileSystemEndpointBuilder
source§fn eq(&self, other: &FileSystemEndpointBuilder) -> bool
fn eq(&self, other: &FileSystemEndpointBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.