#[non_exhaustive]pub struct UpdateFileCacheInputBuilder { /* private fields */ }Expand description
A builder for UpdateFileCacheInput.
Implementations§
source§impl UpdateFileCacheInputBuilder
impl UpdateFileCacheInputBuilder
sourcepub fn file_cache_id(self, input: impl Into<String>) -> Self
pub fn file_cache_id(self, input: impl Into<String>) -> Self
The ID of the cache that you are updating.
sourcepub fn set_file_cache_id(self, input: Option<String>) -> Self
pub fn set_file_cache_id(self, input: Option<String>) -> Self
The ID of the cache that you are updating.
sourcepub fn get_file_cache_id(&self) -> &Option<String>
pub fn get_file_cache_id(&self) -> &Option<String>
The ID of the cache that you are updating.
sourcepub fn client_request_token(self, input: impl Into<String>) -> Self
pub fn client_request_token(self, input: impl Into<String>) -> Self
(Optional) 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.
sourcepub fn set_client_request_token(self, input: Option<String>) -> Self
pub fn set_client_request_token(self, input: Option<String>) -> Self
(Optional) 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.
sourcepub fn get_client_request_token(&self) -> &Option<String>
pub fn get_client_request_token(&self) -> &Option<String>
(Optional) 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.
sourcepub fn lustre_configuration(
self,
input: UpdateFileCacheLustreConfiguration
) -> Self
pub fn lustre_configuration( self, input: UpdateFileCacheLustreConfiguration ) -> Self
The configuration updates for an Amazon File Cache resource.
sourcepub fn set_lustre_configuration(
self,
input: Option<UpdateFileCacheLustreConfiguration>
) -> Self
pub fn set_lustre_configuration( self, input: Option<UpdateFileCacheLustreConfiguration> ) -> Self
The configuration updates for an Amazon File Cache resource.
sourcepub fn get_lustre_configuration(
&self
) -> &Option<UpdateFileCacheLustreConfiguration>
pub fn get_lustre_configuration( &self ) -> &Option<UpdateFileCacheLustreConfiguration>
The configuration updates for an Amazon File Cache resource.
sourcepub fn build(self) -> Result<UpdateFileCacheInput, BuildError>
pub fn build(self) -> Result<UpdateFileCacheInput, BuildError>
Consumes the builder and constructs a UpdateFileCacheInput.
source§impl UpdateFileCacheInputBuilder
impl UpdateFileCacheInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<UpdateFileCacheOutput, SdkError<UpdateFileCacheError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<UpdateFileCacheOutput, SdkError<UpdateFileCacheError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for UpdateFileCacheInputBuilder
impl Clone for UpdateFileCacheInputBuilder
source§fn clone(&self) -> UpdateFileCacheInputBuilder
fn clone(&self) -> UpdateFileCacheInputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Debug for UpdateFileCacheInputBuilder
impl Debug for UpdateFileCacheInputBuilder
source§impl Default for UpdateFileCacheInputBuilder
impl Default for UpdateFileCacheInputBuilder
source§fn default() -> UpdateFileCacheInputBuilder
fn default() -> UpdateFileCacheInputBuilder
source§impl PartialEq<UpdateFileCacheInputBuilder> for UpdateFileCacheInputBuilder
impl PartialEq<UpdateFileCacheInputBuilder> for UpdateFileCacheInputBuilder
source§fn eq(&self, other: &UpdateFileCacheInputBuilder) -> bool
fn eq(&self, other: &UpdateFileCacheInputBuilder) -> bool
self and other values to be equal, and is used
by ==.