Struct aws_sdk_glue::types::builders::DataLakePrincipalBuilder
source · #[non_exhaustive]pub struct DataLakePrincipalBuilder { /* private fields */ }Expand description
A builder for DataLakePrincipal.
Implementations§
source§impl DataLakePrincipalBuilder
impl DataLakePrincipalBuilder
sourcepub fn data_lake_principal_identifier(self, input: impl Into<String>) -> Self
pub fn data_lake_principal_identifier(self, input: impl Into<String>) -> Self
An identifier for the Lake Formation principal.
sourcepub fn set_data_lake_principal_identifier(self, input: Option<String>) -> Self
pub fn set_data_lake_principal_identifier(self, input: Option<String>) -> Self
An identifier for the Lake Formation principal.
sourcepub fn get_data_lake_principal_identifier(&self) -> &Option<String>
pub fn get_data_lake_principal_identifier(&self) -> &Option<String>
An identifier for the Lake Formation principal.
sourcepub fn build(self) -> DataLakePrincipal
pub fn build(self) -> DataLakePrincipal
Consumes the builder and constructs a DataLakePrincipal.
Trait Implementations§
source§impl Clone for DataLakePrincipalBuilder
impl Clone for DataLakePrincipalBuilder
source§fn clone(&self) -> DataLakePrincipalBuilder
fn clone(&self) -> DataLakePrincipalBuilder
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 DataLakePrincipalBuilder
impl Debug for DataLakePrincipalBuilder
source§impl Default for DataLakePrincipalBuilder
impl Default for DataLakePrincipalBuilder
source§fn default() -> DataLakePrincipalBuilder
fn default() -> DataLakePrincipalBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<DataLakePrincipalBuilder> for DataLakePrincipalBuilder
impl PartialEq<DataLakePrincipalBuilder> for DataLakePrincipalBuilder
source§fn eq(&self, other: &DataLakePrincipalBuilder) -> bool
fn eq(&self, other: &DataLakePrincipalBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for DataLakePrincipalBuilder
Auto Trait Implementations§
impl RefUnwindSafe for DataLakePrincipalBuilder
impl Send for DataLakePrincipalBuilder
impl Sync for DataLakePrincipalBuilder
impl Unpin for DataLakePrincipalBuilder
impl UnwindSafe for DataLakePrincipalBuilder
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