Struct aws_sdk_qldb::operation::update_ledger_permissions_mode::builders::UpdateLedgerPermissionsModeOutputBuilder
source · #[non_exhaustive]pub struct UpdateLedgerPermissionsModeOutputBuilder { /* private fields */ }
Expand description
A builder for UpdateLedgerPermissionsModeOutput
.
Implementations§
source§impl UpdateLedgerPermissionsModeOutputBuilder
impl UpdateLedgerPermissionsModeOutputBuilder
sourcepub fn arn(self, input: impl Into<String>) -> Self
pub fn arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) for the ledger.
sourcepub fn set_arn(self, input: Option<String>) -> Self
pub fn set_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) for the ledger.
sourcepub fn permissions_mode(self, input: PermissionsMode) -> Self
pub fn permissions_mode(self, input: PermissionsMode) -> Self
The current permissions mode of the ledger.
sourcepub fn set_permissions_mode(self, input: Option<PermissionsMode>) -> Self
pub fn set_permissions_mode(self, input: Option<PermissionsMode>) -> Self
The current permissions mode of the ledger.
sourcepub fn get_permissions_mode(&self) -> &Option<PermissionsMode>
pub fn get_permissions_mode(&self) -> &Option<PermissionsMode>
The current permissions mode of the ledger.
sourcepub fn build(self) -> UpdateLedgerPermissionsModeOutput
pub fn build(self) -> UpdateLedgerPermissionsModeOutput
Consumes the builder and constructs a UpdateLedgerPermissionsModeOutput
.
Trait Implementations§
source§impl Clone for UpdateLedgerPermissionsModeOutputBuilder
impl Clone for UpdateLedgerPermissionsModeOutputBuilder
source§fn clone(&self) -> UpdateLedgerPermissionsModeOutputBuilder
fn clone(&self) -> UpdateLedgerPermissionsModeOutputBuilder
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 UpdateLedgerPermissionsModeOutputBuilder
impl Default for UpdateLedgerPermissionsModeOutputBuilder
source§fn default() -> UpdateLedgerPermissionsModeOutputBuilder
fn default() -> UpdateLedgerPermissionsModeOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for UpdateLedgerPermissionsModeOutputBuilder
impl PartialEq for UpdateLedgerPermissionsModeOutputBuilder
source§fn eq(&self, other: &UpdateLedgerPermissionsModeOutputBuilder) -> bool
fn eq(&self, other: &UpdateLedgerPermissionsModeOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for UpdateLedgerPermissionsModeOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for UpdateLedgerPermissionsModeOutputBuilder
impl Send for UpdateLedgerPermissionsModeOutputBuilder
impl Sync for UpdateLedgerPermissionsModeOutputBuilder
impl Unpin for UpdateLedgerPermissionsModeOutputBuilder
impl UnwindSafe for UpdateLedgerPermissionsModeOutputBuilder
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
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.