Struct aws_sdk_fsx::model::data_repository_association::Builder
source · [−]#[non_exhaustive]pub struct Builder { /* private fields */ }Expand description
A builder for DataRepositoryAssociation
Implementations
sourceimpl Builder
impl Builder
sourcepub fn association_id(self, input: impl Into<String>) -> Self
pub fn association_id(self, input: impl Into<String>) -> Self
The system-generated, unique ID of the data repository association.
sourcepub fn set_association_id(self, input: Option<String>) -> Self
pub fn set_association_id(self, input: Option<String>) -> Self
The system-generated, unique ID of the data repository association.
sourcepub fn resource_arn(self, input: impl Into<String>) -> Self
pub fn resource_arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) for a given resource. ARNs uniquely identify Amazon Web Services resources. We require an ARN when you need to specify a resource unambiguously across all of Amazon Web Services. For more information, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference.
sourcepub fn set_resource_arn(self, input: Option<String>) -> Self
pub fn set_resource_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) for a given resource. ARNs uniquely identify Amazon Web Services resources. We require an ARN when you need to specify a resource unambiguously across all of Amazon Web Services. For more information, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference.
sourcepub fn file_system_id(self, input: impl Into<String>) -> Self
pub fn file_system_id(self, input: impl Into<String>) -> Self
The globally unique ID of the file system, assigned by Amazon FSx.
sourcepub fn set_file_system_id(self, input: Option<String>) -> Self
pub fn set_file_system_id(self, input: Option<String>) -> Self
The globally unique ID of the file system, assigned by Amazon FSx.
sourcepub fn lifecycle(self, input: DataRepositoryLifecycle) -> Self
pub fn lifecycle(self, input: DataRepositoryLifecycle) -> Self
Describes the state of a data repository association. The lifecycle can have the following values:
-
CREATING- The data repository association between the FSx file system and the S3 data repository is being created. The data repository is unavailable. -
AVAILABLE- The data repository association is available for use. -
MISCONFIGURED- Amazon FSx cannot automatically import updates from the S3 bucket or automatically export updates to the S3 bucket until the data repository association configuration is corrected. -
UPDATING- The data repository association is undergoing a customer initiated update that might affect its availability. -
DELETING- The data repository association is undergoing a customer initiated deletion. -
FAILED- The data repository association is in a terminal state that cannot be recovered.
sourcepub fn set_lifecycle(self, input: Option<DataRepositoryLifecycle>) -> Self
pub fn set_lifecycle(self, input: Option<DataRepositoryLifecycle>) -> Self
Describes the state of a data repository association. The lifecycle can have the following values:
-
CREATING- The data repository association between the FSx file system and the S3 data repository is being created. The data repository is unavailable. -
AVAILABLE- The data repository association is available for use. -
MISCONFIGURED- Amazon FSx cannot automatically import updates from the S3 bucket or automatically export updates to the S3 bucket until the data repository association configuration is corrected. -
UPDATING- The data repository association is undergoing a customer initiated update that might affect its availability. -
DELETING- The data repository association is undergoing a customer initiated deletion. -
FAILED- The data repository association is in a terminal state that cannot be recovered.
sourcepub fn failure_details(self, input: DataRepositoryFailureDetails) -> Self
pub fn failure_details(self, input: DataRepositoryFailureDetails) -> Self
Provides detailed information about the data respository if its Lifecycle is set to MISCONFIGURED or FAILED.
sourcepub fn set_failure_details(
self,
input: Option<DataRepositoryFailureDetails>
) -> Self
pub fn set_failure_details(
self,
input: Option<DataRepositoryFailureDetails>
) -> Self
Provides detailed information about the data respository if its Lifecycle is set to MISCONFIGURED or FAILED.
sourcepub fn file_system_path(self, input: impl Into<String>) -> Self
pub fn file_system_path(self, input: impl Into<String>) -> Self
A path on the file system that points to a high-level directory (such as /ns1/) or subdirectory (such as /ns1/subdir/) that will be mapped 1-1 with DataRepositoryPath. The leading forward slash in the name is required. Two data repository associations cannot have overlapping file system paths. For example, if a data repository is associated with file system path /ns1/, then you cannot link another data repository with file system path /ns1/ns2.
This path specifies where in your file system files will be exported from or imported to. This file system directory can be linked to only one Amazon S3 bucket, and no other S3 bucket can be linked to the directory.
If you specify only a forward slash (/) as the file system path, you can link only 1 data repository to the file system. You can only specify "/" as the file system path for the first data repository associated with a file system.
sourcepub fn set_file_system_path(self, input: Option<String>) -> Self
pub fn set_file_system_path(self, input: Option<String>) -> Self
A path on the file system that points to a high-level directory (such as /ns1/) or subdirectory (such as /ns1/subdir/) that will be mapped 1-1 with DataRepositoryPath. The leading forward slash in the name is required. Two data repository associations cannot have overlapping file system paths. For example, if a data repository is associated with file system path /ns1/, then you cannot link another data repository with file system path /ns1/ns2.
This path specifies where in your file system files will be exported from or imported to. This file system directory can be linked to only one Amazon S3 bucket, and no other S3 bucket can be linked to the directory.
If you specify only a forward slash (/) as the file system path, you can link only 1 data repository to the file system. You can only specify "/" as the file system path for the first data repository associated with a file system.
sourcepub fn data_repository_path(self, input: impl Into<String>) -> Self
pub fn data_repository_path(self, input: impl Into<String>) -> Self
The path to the Amazon S3 data repository that will be linked to the file system. The path can be an S3 bucket or prefix in the format s3://myBucket/myPrefix/. This path specifies where in the S3 data repository files will be imported from or exported to.
sourcepub fn set_data_repository_path(self, input: Option<String>) -> Self
pub fn set_data_repository_path(self, input: Option<String>) -> Self
The path to the Amazon S3 data repository that will be linked to the file system. The path can be an S3 bucket or prefix in the format s3://myBucket/myPrefix/. This path specifies where in the S3 data repository files will be imported from or exported to.
sourcepub fn batch_import_meta_data_on_create(self, input: bool) -> Self
pub fn batch_import_meta_data_on_create(self, input: bool) -> Self
A boolean flag indicating whether an import data repository task to import metadata should run after the data repository association is created. The task runs if this flag is set to true.
sourcepub fn set_batch_import_meta_data_on_create(self, input: Option<bool>) -> Self
pub fn set_batch_import_meta_data_on_create(self, input: Option<bool>) -> Self
A boolean flag indicating whether an import data repository task to import metadata should run after the data repository association is created. The task runs if this flag is set to true.
sourcepub fn imported_file_chunk_size(self, input: i32) -> Self
pub fn imported_file_chunk_size(self, input: i32) -> Self
For files imported from a data repository, this value determines the stripe count and maximum amount of data per file (in MiB) stored on a single physical disk. The maximum number of disks that a single file can be striped across is limited by the total number of disks that make up the file system.
The default chunk size is 1,024 MiB (1 GiB) and can go as high as 512,000 MiB (500 GiB). Amazon S3 objects have a maximum size of 5 TB.
sourcepub fn set_imported_file_chunk_size(self, input: Option<i32>) -> Self
pub fn set_imported_file_chunk_size(self, input: Option<i32>) -> Self
For files imported from a data repository, this value determines the stripe count and maximum amount of data per file (in MiB) stored on a single physical disk. The maximum number of disks that a single file can be striped across is limited by the total number of disks that make up the file system.
The default chunk size is 1,024 MiB (1 GiB) and can go as high as 512,000 MiB (500 GiB). Amazon S3 objects have a maximum size of 5 TB.
sourcepub fn s3(self, input: S3DataRepositoryConfiguration) -> Self
pub fn s3(self, input: S3DataRepositoryConfiguration) -> Self
The configuration for an Amazon S3 data repository linked to an Amazon FSx Lustre file system with a data repository association. The configuration defines which file events (new, changed, or deleted files or directories) are automatically imported from the linked data repository to the file system or automatically exported from the file system to the data repository.
sourcepub fn set_s3(self, input: Option<S3DataRepositoryConfiguration>) -> Self
pub fn set_s3(self, input: Option<S3DataRepositoryConfiguration>) -> Self
The configuration for an Amazon S3 data repository linked to an Amazon FSx Lustre file system with a data repository association. The configuration defines which file events (new, changed, or deleted files or directories) are automatically imported from the linked data repository to the file system or automatically exported from the file system to the data repository.
Appends an item to tags.
To override the contents of this collection use set_tags.
A list of Tag values, with a maximum of 50 elements.
A list of Tag values, with a maximum of 50 elements.
sourcepub fn creation_time(self, input: DateTime) -> Self
pub fn creation_time(self, input: DateTime) -> Self
The time that the resource was created, in seconds (since 1970-01-01T00:00:00Z), also known as Unix time.
sourcepub fn set_creation_time(self, input: Option<DateTime>) -> Self
pub fn set_creation_time(self, input: Option<DateTime>) -> Self
The time that the resource was created, in seconds (since 1970-01-01T00:00:00Z), also known as Unix time.
sourcepub fn build(self) -> DataRepositoryAssociation
pub fn build(self) -> DataRepositoryAssociation
Consumes the builder and constructs a DataRepositoryAssociation
Trait Implementations
impl StructuralPartialEq for Builder
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl Send for Builder
impl Sync for Builder
impl Unpin for Builder
impl UnwindSafe for Builder
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> Instrument for T
impl<T> Instrument for T
sourcefn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
sourcefn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
toowned_clone_into)Uses borrowed data to replace owned data, usually by cloning. Read more
sourceimpl<T> WithSubscriber for T
impl<T> WithSubscriber for T
sourcefn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
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
sourcefn with_current_subscriber(self) -> WithDispatch<Self>
fn with_current_subscriber(self) -> WithDispatch<Self>
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more