Struct aws_sdk_appfabric::types::builders::AppBundleBuilder
source · #[non_exhaustive]pub struct AppBundleBuilder { /* private fields */ }
Expand description
A builder for AppBundle
.
Implementations§
source§impl AppBundleBuilder
impl AppBundleBuilder
sourcepub fn arn(self, input: impl Into<String>) -> Self
pub fn arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) of the app bundle.
sourcepub fn set_arn(self, input: Option<String>) -> Self
pub fn set_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) of the app bundle.
sourcepub fn customer_managed_key_arn(self, input: impl Into<String>) -> Self
pub fn customer_managed_key_arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) of the Key Management Service (KMS) key used to encrypt the application data.
sourcepub fn set_customer_managed_key_arn(self, input: Option<String>) -> Self
pub fn set_customer_managed_key_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) of the Key Management Service (KMS) key used to encrypt the application data.
sourcepub fn get_customer_managed_key_arn(&self) -> &Option<String>
pub fn get_customer_managed_key_arn(&self) -> &Option<String>
The Amazon Resource Name (ARN) of the Key Management Service (KMS) key used to encrypt the application data.
Trait Implementations§
source§impl Clone for AppBundleBuilder
impl Clone for AppBundleBuilder
source§fn clone(&self) -> AppBundleBuilder
fn clone(&self) -> AppBundleBuilder
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 Debug for AppBundleBuilder
impl Debug for AppBundleBuilder
source§impl Default for AppBundleBuilder
impl Default for AppBundleBuilder
source§fn default() -> AppBundleBuilder
fn default() -> AppBundleBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<AppBundleBuilder> for AppBundleBuilder
impl PartialEq<AppBundleBuilder> for AppBundleBuilder
source§fn eq(&self, other: &AppBundleBuilder) -> bool
fn eq(&self, other: &AppBundleBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for AppBundleBuilder
Auto Trait Implementations§
impl RefUnwindSafe for AppBundleBuilder
impl Send for AppBundleBuilder
impl Sync for AppBundleBuilder
impl Unpin for AppBundleBuilder
impl UnwindSafe for AppBundleBuilder
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