Struct aws_sdk_fsx::types::builders::FileSystemEndpointsBuilder
source · #[non_exhaustive]pub struct FileSystemEndpointsBuilder { /* private fields */ }Expand description
A builder for FileSystemEndpoints.
Implementations§
source§impl FileSystemEndpointsBuilder
impl FileSystemEndpointsBuilder
sourcepub fn intercluster(self, input: FileSystemEndpoint) -> Self
pub fn intercluster(self, input: FileSystemEndpoint) -> Self
An endpoint for managing your file system by setting up NetApp SnapMirror with other ONTAP systems.
sourcepub fn set_intercluster(self, input: Option<FileSystemEndpoint>) -> Self
pub fn set_intercluster(self, input: Option<FileSystemEndpoint>) -> Self
An endpoint for managing your file system by setting up NetApp SnapMirror with other ONTAP systems.
sourcepub fn management(self, input: FileSystemEndpoint) -> Self
pub fn management(self, input: FileSystemEndpoint) -> Self
An endpoint for managing your file system using the NetApp ONTAP CLI and NetApp ONTAP API.
sourcepub fn set_management(self, input: Option<FileSystemEndpoint>) -> Self
pub fn set_management(self, input: Option<FileSystemEndpoint>) -> Self
An endpoint for managing your file system using the NetApp ONTAP CLI and NetApp ONTAP API.
sourcepub fn build(self) -> FileSystemEndpoints
pub fn build(self) -> FileSystemEndpoints
Consumes the builder and constructs a FileSystemEndpoints.
Trait Implementations§
source§impl Clone for FileSystemEndpointsBuilder
impl Clone for FileSystemEndpointsBuilder
source§fn clone(&self) -> FileSystemEndpointsBuilder
fn clone(&self) -> FileSystemEndpointsBuilder
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 FileSystemEndpointsBuilder
impl Debug for FileSystemEndpointsBuilder
source§impl Default for FileSystemEndpointsBuilder
impl Default for FileSystemEndpointsBuilder
source§fn default() -> FileSystemEndpointsBuilder
fn default() -> FileSystemEndpointsBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<FileSystemEndpointsBuilder> for FileSystemEndpointsBuilder
impl PartialEq<FileSystemEndpointsBuilder> for FileSystemEndpointsBuilder
source§fn eq(&self, other: &FileSystemEndpointsBuilder) -> bool
fn eq(&self, other: &FileSystemEndpointsBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.