Struct aws_sdk_codegurusecurity::operation::update_account_configuration::builders::UpdateAccountConfigurationInputBuilder
source · #[non_exhaustive]pub struct UpdateAccountConfigurationInputBuilder { /* private fields */ }
Expand description
A builder for UpdateAccountConfigurationInput
.
Implementations§
source§impl UpdateAccountConfigurationInputBuilder
impl UpdateAccountConfigurationInputBuilder
sourcepub fn encryption_config(self, input: EncryptionConfig) -> Self
pub fn encryption_config(self, input: EncryptionConfig) -> Self
The KMS key ARN you want to use for encryption. Defaults to service-side encryption if missing.
sourcepub fn set_encryption_config(self, input: Option<EncryptionConfig>) -> Self
pub fn set_encryption_config(self, input: Option<EncryptionConfig>) -> Self
The KMS key ARN you want to use for encryption. Defaults to service-side encryption if missing.
sourcepub fn get_encryption_config(&self) -> &Option<EncryptionConfig>
pub fn get_encryption_config(&self) -> &Option<EncryptionConfig>
The KMS key ARN you want to use for encryption. Defaults to service-side encryption if missing.
sourcepub fn build(self) -> Result<UpdateAccountConfigurationInput, BuildError>
pub fn build(self) -> Result<UpdateAccountConfigurationInput, BuildError>
Consumes the builder and constructs a UpdateAccountConfigurationInput
.
source§impl UpdateAccountConfigurationInputBuilder
impl UpdateAccountConfigurationInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<UpdateAccountConfigurationOutput, SdkError<UpdateAccountConfigurationError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<UpdateAccountConfigurationOutput, SdkError<UpdateAccountConfigurationError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for UpdateAccountConfigurationInputBuilder
impl Clone for UpdateAccountConfigurationInputBuilder
source§fn clone(&self) -> UpdateAccountConfigurationInputBuilder
fn clone(&self) -> UpdateAccountConfigurationInputBuilder
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 Default for UpdateAccountConfigurationInputBuilder
impl Default for UpdateAccountConfigurationInputBuilder
source§fn default() -> UpdateAccountConfigurationInputBuilder
fn default() -> UpdateAccountConfigurationInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for UpdateAccountConfigurationInputBuilder
impl PartialEq for UpdateAccountConfigurationInputBuilder
source§fn eq(&self, other: &UpdateAccountConfigurationInputBuilder) -> bool
fn eq(&self, other: &UpdateAccountConfigurationInputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for UpdateAccountConfigurationInputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for UpdateAccountConfigurationInputBuilder
impl Send for UpdateAccountConfigurationInputBuilder
impl Sync for UpdateAccountConfigurationInputBuilder
impl Unpin for UpdateAccountConfigurationInputBuilder
impl UnwindSafe for UpdateAccountConfigurationInputBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more