Struct aws_sdk_fsx::types::builders::FileSystemBuilder

source ·
#[non_exhaustive]
pub struct FileSystemBuilder { /* private fields */ }
Expand description

A builder for FileSystem.

Implementations§

source§

impl FileSystemBuilder

source

pub fn owner_id(self, input: impl Into<String>) -> Self

The Amazon Web Services account that created the file system. If the file system was created by a user in IAM Identity Center, the Amazon Web Services account to which the IAM user belongs is the owner.

source

pub fn set_owner_id(self, input: Option<String>) -> Self

The Amazon Web Services account that created the file system. If the file system was created by a user in IAM Identity Center, the Amazon Web Services account to which the IAM user belongs is the owner.

source

pub fn get_owner_id(&self) -> &Option<String>

The Amazon Web Services account that created the file system. If the file system was created by a user in IAM Identity Center, the Amazon Web Services account to which the IAM user belongs is the owner.

source

pub fn creation_time(self, input: DateTime) -> Self

The time that the file system was created, in seconds (since 1970-01-01T00:00:00Z), also known as Unix time.

source

pub fn set_creation_time(self, input: Option<DateTime>) -> Self

The time that the file system was created, in seconds (since 1970-01-01T00:00:00Z), also known as Unix time.

source

pub fn get_creation_time(&self) -> &Option<DateTime>

The time that the file system was created, in seconds (since 1970-01-01T00:00:00Z), also known as Unix time.

source

pub fn file_system_id(self, input: impl Into<String>) -> Self

The system-generated, unique 17-digit ID of the file system.

source

pub fn set_file_system_id(self, input: Option<String>) -> Self

The system-generated, unique 17-digit ID of the file system.

source

pub fn get_file_system_id(&self) -> &Option<String>

The system-generated, unique 17-digit ID of the file system.

source

pub fn file_system_type(self, input: FileSystemType) -> Self

The type of Amazon FSx file system, which can be LUSTRE, WINDOWS, ONTAP, or OPENZFS.

source

pub fn set_file_system_type(self, input: Option<FileSystemType>) -> Self

The type of Amazon FSx file system, which can be LUSTRE, WINDOWS, ONTAP, or OPENZFS.

source

pub fn get_file_system_type(&self) -> &Option<FileSystemType>

The type of Amazon FSx file system, which can be LUSTRE, WINDOWS, ONTAP, or OPENZFS.

source

pub fn lifecycle(self, input: FileSystemLifecycle) -> Self

The lifecycle status of the file system. The following are the possible values and what they mean:

  • AVAILABLE - The file system is in a healthy state, and is reachable and available for use.

  • CREATING - Amazon FSx is creating the new file system.

  • DELETING - Amazon FSx is deleting an existing file system.

  • FAILED - An existing file system has experienced an unrecoverable failure. When creating a new file system, Amazon FSx was unable to create the file system.

  • MISCONFIGURED - The file system is in a failed but recoverable state.

  • MISCONFIGURED_UNAVAILABLE - (Amazon FSx for Windows File Server only) The file system is currently unavailable due to a change in your Active Directory configuration.

  • UPDATING - The file system is undergoing a customer-initiated update.

source

pub fn set_lifecycle(self, input: Option<FileSystemLifecycle>) -> Self

The lifecycle status of the file system. The following are the possible values and what they mean:

  • AVAILABLE - The file system is in a healthy state, and is reachable and available for use.

  • CREATING - Amazon FSx is creating the new file system.

  • DELETING - Amazon FSx is deleting an existing file system.

  • FAILED - An existing file system has experienced an unrecoverable failure. When creating a new file system, Amazon FSx was unable to create the file system.

  • MISCONFIGURED - The file system is in a failed but recoverable state.

  • MISCONFIGURED_UNAVAILABLE - (Amazon FSx for Windows File Server only) The file system is currently unavailable due to a change in your Active Directory configuration.

  • UPDATING - The file system is undergoing a customer-initiated update.

source

pub fn get_lifecycle(&self) -> &Option<FileSystemLifecycle>

The lifecycle status of the file system. The following are the possible values and what they mean:

  • AVAILABLE - The file system is in a healthy state, and is reachable and available for use.

  • CREATING - Amazon FSx is creating the new file system.

  • DELETING - Amazon FSx is deleting an existing file system.

  • FAILED - An existing file system has experienced an unrecoverable failure. When creating a new file system, Amazon FSx was unable to create the file system.

  • MISCONFIGURED - The file system is in a failed but recoverable state.

  • MISCONFIGURED_UNAVAILABLE - (Amazon FSx for Windows File Server only) The file system is currently unavailable due to a change in your Active Directory configuration.

  • UPDATING - The file system is undergoing a customer-initiated update.

source

pub fn failure_details(self, input: FileSystemFailureDetails) -> Self

A structure providing details of any failures that occurred.

source

pub fn set_failure_details( self, input: Option<FileSystemFailureDetails> ) -> Self

A structure providing details of any failures that occurred.

source

pub fn get_failure_details(&self) -> &Option<FileSystemFailureDetails>

A structure providing details of any failures that occurred.

source

pub fn storage_capacity(self, input: i32) -> Self

The storage capacity of the file system in gibibytes (GiB).

Amazon FSx responds with an HTTP status code 400 (Bad Request) if the value of StorageCapacity is outside of the minimum or maximum values.

source

pub fn set_storage_capacity(self, input: Option<i32>) -> Self

The storage capacity of the file system in gibibytes (GiB).

Amazon FSx responds with an HTTP status code 400 (Bad Request) if the value of StorageCapacity is outside of the minimum or maximum values.

source

pub fn get_storage_capacity(&self) -> &Option<i32>

The storage capacity of the file system in gibibytes (GiB).

Amazon FSx responds with an HTTP status code 400 (Bad Request) if the value of StorageCapacity is outside of the minimum or maximum values.

source

pub fn storage_type(self, input: StorageType) -> Self

The type of storage the file system is using. If set to SSD, the file system uses solid state drive storage. If set to HDD, the file system uses hard disk drive storage.

source

pub fn set_storage_type(self, input: Option<StorageType>) -> Self

The type of storage the file system is using. If set to SSD, the file system uses solid state drive storage. If set to HDD, the file system uses hard disk drive storage.

source

pub fn get_storage_type(&self) -> &Option<StorageType>

The type of storage the file system is using. If set to SSD, the file system uses solid state drive storage. If set to HDD, the file system uses hard disk drive storage.

source

pub fn vpc_id(self, input: impl Into<String>) -> Self

The ID of the primary virtual private cloud (VPC) for the file system.

source

pub fn set_vpc_id(self, input: Option<String>) -> Self

The ID of the primary virtual private cloud (VPC) for the file system.

source

pub fn get_vpc_id(&self) -> &Option<String>

The ID of the primary virtual private cloud (VPC) for the file system.

source

pub fn subnet_ids(self, input: impl Into<String>) -> Self

Appends an item to subnet_ids.

To override the contents of this collection use set_subnet_ids.

Specifies the IDs of the subnets that the file system is accessible from. For the Amazon FSx Windows and ONTAP MULTI_AZ_1 file system deployment type, there are two subnet IDs, one for the preferred file server and one for the standby file server. The preferred file server subnet identified in the PreferredSubnetID property. All other file systems have only one subnet ID.

For FSx for Lustre file systems, and Single-AZ Windows file systems, this is the ID of the subnet that contains the file system's endpoint. For MULTI_AZ_1 Windows and ONTAP file systems, the file system endpoint is available in the PreferredSubnetID.

source

pub fn set_subnet_ids(self, input: Option<Vec<String>>) -> Self

Specifies the IDs of the subnets that the file system is accessible from. For the Amazon FSx Windows and ONTAP MULTI_AZ_1 file system deployment type, there are two subnet IDs, one for the preferred file server and one for the standby file server. The preferred file server subnet identified in the PreferredSubnetID property. All other file systems have only one subnet ID.

For FSx for Lustre file systems, and Single-AZ Windows file systems, this is the ID of the subnet that contains the file system's endpoint. For MULTI_AZ_1 Windows and ONTAP file systems, the file system endpoint is available in the PreferredSubnetID.

source

pub fn get_subnet_ids(&self) -> &Option<Vec<String>>

Specifies the IDs of the subnets that the file system is accessible from. For the Amazon FSx Windows and ONTAP MULTI_AZ_1 file system deployment type, there are two subnet IDs, one for the preferred file server and one for the standby file server. The preferred file server subnet identified in the PreferredSubnetID property. All other file systems have only one subnet ID.

For FSx for Lustre file systems, and Single-AZ Windows file systems, this is the ID of the subnet that contains the file system's endpoint. For MULTI_AZ_1 Windows and ONTAP file systems, the file system endpoint is available in the PreferredSubnetID.

source

pub fn network_interface_ids(self, input: impl Into<String>) -> Self

Appends an item to network_interface_ids.

To override the contents of this collection use set_network_interface_ids.

The IDs of the elastic network interfaces from which a specific file system is accessible. The elastic network interface is automatically created in the same virtual private cloud (VPC) that the Amazon FSx file system was created in. For more information, see Elastic Network Interfaces in the Amazon EC2 User Guide.

For an Amazon FSx for Windows File Server file system, you can have one network interface ID. For an Amazon FSx for Lustre file system, you can have more than one.

source

pub fn set_network_interface_ids(self, input: Option<Vec<String>>) -> Self

The IDs of the elastic network interfaces from which a specific file system is accessible. The elastic network interface is automatically created in the same virtual private cloud (VPC) that the Amazon FSx file system was created in. For more information, see Elastic Network Interfaces in the Amazon EC2 User Guide.

For an Amazon FSx for Windows File Server file system, you can have one network interface ID. For an Amazon FSx for Lustre file system, you can have more than one.

source

pub fn get_network_interface_ids(&self) -> &Option<Vec<String>>

The IDs of the elastic network interfaces from which a specific file system is accessible. The elastic network interface is automatically created in the same virtual private cloud (VPC) that the Amazon FSx file system was created in. For more information, see Elastic Network Interfaces in the Amazon EC2 User Guide.

For an Amazon FSx for Windows File Server file system, you can have one network interface ID. For an Amazon FSx for Lustre file system, you can have more than one.

source

pub fn dns_name(self, input: impl Into<String>) -> Self

The Domain Name System (DNS) name for the file system.

source

pub fn set_dns_name(self, input: Option<String>) -> Self

The Domain Name System (DNS) name for the file system.

source

pub fn get_dns_name(&self) -> &Option<String>

The Domain Name System (DNS) name for the file system.

source

pub fn kms_key_id(self, input: impl Into<String>) -> Self

The ID of the Key Management Service (KMS) key used to encrypt Amazon FSx file system data. Used as follows with Amazon FSx file system types:

  • Amazon FSx for Lustre PERSISTENT_1 and PERSISTENT_2 deployment types only.

    SCRATCH_1 and SCRATCH_2 types are encrypted using the Amazon FSx service KMS key for your account.

  • Amazon FSx for NetApp ONTAP

  • Amazon FSx for OpenZFS

  • Amazon FSx for Windows File Server

source

pub fn set_kms_key_id(self, input: Option<String>) -> Self

The ID of the Key Management Service (KMS) key used to encrypt Amazon FSx file system data. Used as follows with Amazon FSx file system types:

  • Amazon FSx for Lustre PERSISTENT_1 and PERSISTENT_2 deployment types only.

    SCRATCH_1 and SCRATCH_2 types are encrypted using the Amazon FSx service KMS key for your account.

  • Amazon FSx for NetApp ONTAP

  • Amazon FSx for OpenZFS

  • Amazon FSx for Windows File Server

source

pub fn get_kms_key_id(&self) -> &Option<String>

The ID of the Key Management Service (KMS) key used to encrypt Amazon FSx file system data. Used as follows with Amazon FSx file system types:

  • Amazon FSx for Lustre PERSISTENT_1 and PERSISTENT_2 deployment types only.

    SCRATCH_1 and SCRATCH_2 types are encrypted using the Amazon FSx service KMS key for your account.

  • Amazon FSx for NetApp ONTAP

  • Amazon FSx for OpenZFS

  • Amazon FSx for Windows File Server

source

pub fn resource_arn(self, input: impl Into<String>) -> Self

The Amazon Resource Name (ARN) of the file system resource.

source

pub fn set_resource_arn(self, input: Option<String>) -> Self

The Amazon Resource Name (ARN) of the file system resource.

source

pub fn get_resource_arn(&self) -> &Option<String>

The Amazon Resource Name (ARN) of the file system resource.

source

pub fn tags(self, input: Tag) -> Self

Appends an item to tags.

To override the contents of this collection use set_tags.

The tags to associate with the file system. For more information, see Tagging your Amazon FSx resources in the Amazon FSx for Lustre User Guide.

source

pub fn set_tags(self, input: Option<Vec<Tag>>) -> Self

The tags to associate with the file system. For more information, see Tagging your Amazon FSx resources in the Amazon FSx for Lustre User Guide.

source

pub fn get_tags(&self) -> &Option<Vec<Tag>>

The tags to associate with the file system. For more information, see Tagging your Amazon FSx resources in the Amazon FSx for Lustre User Guide.

source

pub fn windows_configuration( self, input: WindowsFileSystemConfiguration ) -> Self

The configuration for this Amazon FSx for Windows File Server file system.

source

pub fn set_windows_configuration( self, input: Option<WindowsFileSystemConfiguration> ) -> Self

The configuration for this Amazon FSx for Windows File Server file system.

source

pub fn get_windows_configuration( &self ) -> &Option<WindowsFileSystemConfiguration>

The configuration for this Amazon FSx for Windows File Server file system.

source

pub fn lustre_configuration(self, input: LustreFileSystemConfiguration) -> Self

The configuration for the Amazon FSx for Lustre file system.

source

pub fn set_lustre_configuration( self, input: Option<LustreFileSystemConfiguration> ) -> Self

The configuration for the Amazon FSx for Lustre file system.

source

pub fn get_lustre_configuration(&self) -> &Option<LustreFileSystemConfiguration>

The configuration for the Amazon FSx for Lustre file system.

source

pub fn administrative_actions(self, input: AdministrativeAction) -> Self

Appends an item to administrative_actions.

To override the contents of this collection use set_administrative_actions.

A list of administrative actions for the file system that are in process or waiting to be processed. Administrative actions describe changes to the Amazon FSx system that you have initiated using the UpdateFileSystem operation.

source

pub fn set_administrative_actions( self, input: Option<Vec<AdministrativeAction>> ) -> Self

A list of administrative actions for the file system that are in process or waiting to be processed. Administrative actions describe changes to the Amazon FSx system that you have initiated using the UpdateFileSystem operation.

source

pub fn get_administrative_actions(&self) -> &Option<Vec<AdministrativeAction>>

A list of administrative actions for the file system that are in process or waiting to be processed. Administrative actions describe changes to the Amazon FSx system that you have initiated using the UpdateFileSystem operation.

source

pub fn ontap_configuration(self, input: OntapFileSystemConfiguration) -> Self

The configuration for this Amazon FSx for NetApp ONTAP file system.

source

pub fn set_ontap_configuration( self, input: Option<OntapFileSystemConfiguration> ) -> Self

The configuration for this Amazon FSx for NetApp ONTAP file system.

source

pub fn get_ontap_configuration(&self) -> &Option<OntapFileSystemConfiguration>

The configuration for this Amazon FSx for NetApp ONTAP file system.

source

pub fn file_system_type_version(self, input: impl Into<String>) -> Self

The Lustre version of the Amazon FSx for Lustre file system, which can be 2.10, 2.12, or 2.15.

source

pub fn set_file_system_type_version(self, input: Option<String>) -> Self

The Lustre version of the Amazon FSx for Lustre file system, which can be 2.10, 2.12, or 2.15.

source

pub fn get_file_system_type_version(&self) -> &Option<String>

The Lustre version of the Amazon FSx for Lustre file system, which can be 2.10, 2.12, or 2.15.

source

pub fn open_zfs_configuration( self, input: OpenZfsFileSystemConfiguration ) -> Self

The configuration for this Amazon FSx for OpenZFS file system.

source

pub fn set_open_zfs_configuration( self, input: Option<OpenZfsFileSystemConfiguration> ) -> Self

The configuration for this Amazon FSx for OpenZFS file system.

source

pub fn get_open_zfs_configuration( &self ) -> &Option<OpenZfsFileSystemConfiguration>

The configuration for this Amazon FSx for OpenZFS file system.

source

pub fn build(self) -> FileSystem

Consumes the builder and constructs a FileSystem.

Trait Implementations§

source§

impl Clone for FileSystemBuilder

source§

fn clone(&self) -> FileSystemBuilder

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for FileSystemBuilder

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Default for FileSystemBuilder

source§

fn default() -> FileSystemBuilder

Returns the “default value” for a type. Read more
source§

impl PartialEq for FileSystemBuilder

source§

fn eq(&self, other: &FileSystemBuilder) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl StructuralPartialEq for FileSystemBuilder

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T> Instrument for T

source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more
source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<Unshared, Shared> IntoShared<Shared> for Unshared
where Shared: FromUnshared<Unshared>,

source§

fn into_shared(self) -> Shared

Creates a shared type from an unshared type.
source§

impl<T> Same for T

§

type Output = T

Should always be Self
source§

impl<T> ToOwned for T
where T: Clone,

§

type Owned = T

The resulting type after obtaining ownership.
source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
source§

impl<T> WithSubscriber for T

source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more
source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more