#[non_exhaustive]pub struct CreateFileCacheInputBuilder { /* private fields */ }Expand description
A builder for CreateFileCacheInput.
Implementations§
source§impl CreateFileCacheInputBuilder
impl CreateFileCacheInputBuilder
sourcepub fn client_request_token(self, input: impl Into<String>) -> Self
pub fn client_request_token(self, input: impl Into<String>) -> Self
An idempotency token for resource creation, in a string of up to 63 ASCII characters. This token is automatically filled on your behalf when you use the Command Line Interface (CLI) or an Amazon Web Services SDK.
By using the idempotent operation, you can retry a CreateFileCache operation without the risk of creating an extra cache. This approach can be useful when an initial call fails in a way that makes it unclear whether a cache was created. Examples are if a transport level timeout occurred, or your connection was reset. If you use the same client request token and the initial call created a cache, the client receives success as long as the parameters are the same.
sourcepub fn set_client_request_token(self, input: Option<String>) -> Self
pub fn set_client_request_token(self, input: Option<String>) -> Self
An idempotency token for resource creation, in a string of up to 63 ASCII characters. This token is automatically filled on your behalf when you use the Command Line Interface (CLI) or an Amazon Web Services SDK.
By using the idempotent operation, you can retry a CreateFileCache operation without the risk of creating an extra cache. This approach can be useful when an initial call fails in a way that makes it unclear whether a cache was created. Examples are if a transport level timeout occurred, or your connection was reset. If you use the same client request token and the initial call created a cache, the client receives success as long as the parameters are the same.
sourcepub fn get_client_request_token(&self) -> &Option<String>
pub fn get_client_request_token(&self) -> &Option<String>
An idempotency token for resource creation, in a string of up to 63 ASCII characters. This token is automatically filled on your behalf when you use the Command Line Interface (CLI) or an Amazon Web Services SDK.
By using the idempotent operation, you can retry a CreateFileCache operation without the risk of creating an extra cache. This approach can be useful when an initial call fails in a way that makes it unclear whether a cache was created. Examples are if a transport level timeout occurred, or your connection was reset. If you use the same client request token and the initial call created a cache, the client receives success as long as the parameters are the same.
sourcepub fn file_cache_type(self, input: FileCacheType) -> Self
pub fn file_cache_type(self, input: FileCacheType) -> Self
The type of cache that you're creating, which must be LUSTRE.
sourcepub fn set_file_cache_type(self, input: Option<FileCacheType>) -> Self
pub fn set_file_cache_type(self, input: Option<FileCacheType>) -> Self
The type of cache that you're creating, which must be LUSTRE.
sourcepub fn get_file_cache_type(&self) -> &Option<FileCacheType>
pub fn get_file_cache_type(&self) -> &Option<FileCacheType>
The type of cache that you're creating, which must be LUSTRE.
sourcepub fn file_cache_type_version(self, input: impl Into<String>) -> Self
pub fn file_cache_type_version(self, input: impl Into<String>) -> Self
Sets the Lustre version for the cache that you're creating, which must be 2.12.
sourcepub fn set_file_cache_type_version(self, input: Option<String>) -> Self
pub fn set_file_cache_type_version(self, input: Option<String>) -> Self
Sets the Lustre version for the cache that you're creating, which must be 2.12.
sourcepub fn get_file_cache_type_version(&self) -> &Option<String>
pub fn get_file_cache_type_version(&self) -> &Option<String>
Sets the Lustre version for the cache that you're creating, which must be 2.12.
sourcepub fn storage_capacity(self, input: i32) -> Self
pub fn storage_capacity(self, input: i32) -> Self
The storage capacity of the cache in gibibytes (GiB). Valid values are 1200 GiB, 2400 GiB, and increments of 2400 GiB.
sourcepub fn set_storage_capacity(self, input: Option<i32>) -> Self
pub fn set_storage_capacity(self, input: Option<i32>) -> Self
The storage capacity of the cache in gibibytes (GiB). Valid values are 1200 GiB, 2400 GiB, and increments of 2400 GiB.
sourcepub fn get_storage_capacity(&self) -> &Option<i32>
pub fn get_storage_capacity(&self) -> &Option<i32>
The storage capacity of the cache in gibibytes (GiB). Valid values are 1200 GiB, 2400 GiB, and increments of 2400 GiB.
sourcepub fn subnet_ids(self, input: impl Into<String>) -> Self
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.
A list of subnet IDs that the cache will be accessible from. You can specify only one subnet ID in a call to the CreateFileCache operation.
sourcepub fn set_subnet_ids(self, input: Option<Vec<String>>) -> Self
pub fn set_subnet_ids(self, input: Option<Vec<String>>) -> Self
A list of subnet IDs that the cache will be accessible from. You can specify only one subnet ID in a call to the CreateFileCache operation.
sourcepub fn get_subnet_ids(&self) -> &Option<Vec<String>>
pub fn get_subnet_ids(&self) -> &Option<Vec<String>>
A list of subnet IDs that the cache will be accessible from. You can specify only one subnet ID in a call to the CreateFileCache operation.
sourcepub fn security_group_ids(self, input: impl Into<String>) -> Self
pub fn security_group_ids(self, input: impl Into<String>) -> Self
Appends an item to security_group_ids.
To override the contents of this collection use set_security_group_ids.
A list of IDs specifying the security groups to apply to all network interfaces created for Amazon File Cache access. This list isn't returned in later requests to describe the cache.
sourcepub fn set_security_group_ids(self, input: Option<Vec<String>>) -> Self
pub fn set_security_group_ids(self, input: Option<Vec<String>>) -> Self
A list of IDs specifying the security groups to apply to all network interfaces created for Amazon File Cache access. This list isn't returned in later requests to describe the cache.
sourcepub fn get_security_group_ids(&self) -> &Option<Vec<String>>
pub fn get_security_group_ids(&self) -> &Option<Vec<String>>
A list of IDs specifying the security groups to apply to all network interfaces created for Amazon File Cache access. This list isn't returned in later requests to describe the cache.
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.
A list of Tag values, with a maximum of 50 elements.
A boolean flag indicating whether tags for the cache should be copied to data repository associations. This value defaults to false.
A boolean flag indicating whether tags for the cache should be copied to data repository associations. This value defaults to false.
A boolean flag indicating whether tags for the cache should be copied to data repository associations. This value defaults to false.
sourcepub fn kms_key_id(self, input: impl Into<String>) -> Self
pub fn kms_key_id(self, input: impl Into<String>) -> Self
Specifies the ID of the Key Management Service (KMS) key to use for encrypting data on an Amazon File Cache. If a KmsKeyId isn't specified, the Amazon FSx-managed KMS key for your account is used. For more information, see Encrypt in the Key Management Service API Reference.
sourcepub fn set_kms_key_id(self, input: Option<String>) -> Self
pub fn set_kms_key_id(self, input: Option<String>) -> Self
Specifies the ID of the Key Management Service (KMS) key to use for encrypting data on an Amazon File Cache. If a KmsKeyId isn't specified, the Amazon FSx-managed KMS key for your account is used. For more information, see Encrypt in the Key Management Service API Reference.
sourcepub fn get_kms_key_id(&self) -> &Option<String>
pub fn get_kms_key_id(&self) -> &Option<String>
Specifies the ID of the Key Management Service (KMS) key to use for encrypting data on an Amazon File Cache. If a KmsKeyId isn't specified, the Amazon FSx-managed KMS key for your account is used. For more information, see Encrypt in the Key Management Service API Reference.
sourcepub fn lustre_configuration(
self,
input: CreateFileCacheLustreConfiguration
) -> Self
pub fn lustre_configuration( self, input: CreateFileCacheLustreConfiguration ) -> Self
The configuration for the Amazon File Cache resource being created.
sourcepub fn set_lustre_configuration(
self,
input: Option<CreateFileCacheLustreConfiguration>
) -> Self
pub fn set_lustre_configuration( self, input: Option<CreateFileCacheLustreConfiguration> ) -> Self
The configuration for the Amazon File Cache resource being created.
sourcepub fn get_lustre_configuration(
&self
) -> &Option<CreateFileCacheLustreConfiguration>
pub fn get_lustre_configuration( &self ) -> &Option<CreateFileCacheLustreConfiguration>
The configuration for the Amazon File Cache resource being created.
sourcepub fn data_repository_associations(
self,
input: FileCacheDataRepositoryAssociation
) -> Self
pub fn data_repository_associations( self, input: FileCacheDataRepositoryAssociation ) -> Self
Appends an item to data_repository_associations.
To override the contents of this collection use set_data_repository_associations.
A list of up to 8 configurations for data repository associations (DRAs) to be created during the cache creation. The DRAs link the cache to either an Amazon S3 data repository or a Network File System (NFS) data repository that supports the NFSv3 protocol.
The DRA configurations must meet the following requirements:
-
All configurations on the list must be of the same data repository type, either all S3 or all NFS. A cache can't link to different data repository types at the same time.
-
An NFS DRA must link to an NFS file system that supports the NFSv3 protocol.
DRA automatic import and automatic export is not supported.
sourcepub fn set_data_repository_associations(
self,
input: Option<Vec<FileCacheDataRepositoryAssociation>>
) -> Self
pub fn set_data_repository_associations( self, input: Option<Vec<FileCacheDataRepositoryAssociation>> ) -> Self
A list of up to 8 configurations for data repository associations (DRAs) to be created during the cache creation. The DRAs link the cache to either an Amazon S3 data repository or a Network File System (NFS) data repository that supports the NFSv3 protocol.
The DRA configurations must meet the following requirements:
-
All configurations on the list must be of the same data repository type, either all S3 or all NFS. A cache can't link to different data repository types at the same time.
-
An NFS DRA must link to an NFS file system that supports the NFSv3 protocol.
DRA automatic import and automatic export is not supported.
sourcepub fn get_data_repository_associations(
&self
) -> &Option<Vec<FileCacheDataRepositoryAssociation>>
pub fn get_data_repository_associations( &self ) -> &Option<Vec<FileCacheDataRepositoryAssociation>>
A list of up to 8 configurations for data repository associations (DRAs) to be created during the cache creation. The DRAs link the cache to either an Amazon S3 data repository or a Network File System (NFS) data repository that supports the NFSv3 protocol.
The DRA configurations must meet the following requirements:
-
All configurations on the list must be of the same data repository type, either all S3 or all NFS. A cache can't link to different data repository types at the same time.
-
An NFS DRA must link to an NFS file system that supports the NFSv3 protocol.
DRA automatic import and automatic export is not supported.
sourcepub fn build(self) -> Result<CreateFileCacheInput, BuildError>
pub fn build(self) -> Result<CreateFileCacheInput, BuildError>
Consumes the builder and constructs a CreateFileCacheInput.
source§impl CreateFileCacheInputBuilder
impl CreateFileCacheInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<CreateFileCacheOutput, SdkError<CreateFileCacheError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<CreateFileCacheOutput, SdkError<CreateFileCacheError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for CreateFileCacheInputBuilder
impl Clone for CreateFileCacheInputBuilder
source§fn clone(&self) -> CreateFileCacheInputBuilder
fn clone(&self) -> CreateFileCacheInputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Debug for CreateFileCacheInputBuilder
impl Debug for CreateFileCacheInputBuilder
source§impl Default for CreateFileCacheInputBuilder
impl Default for CreateFileCacheInputBuilder
source§fn default() -> CreateFileCacheInputBuilder
fn default() -> CreateFileCacheInputBuilder
source§impl PartialEq<CreateFileCacheInputBuilder> for CreateFileCacheInputBuilder
impl PartialEq<CreateFileCacheInputBuilder> for CreateFileCacheInputBuilder
source§fn eq(&self, other: &CreateFileCacheInputBuilder) -> bool
fn eq(&self, other: &CreateFileCacheInputBuilder) -> bool
self and other values to be equal, and is used
by ==.