Struct aws_sdk_lexmodelsv2::types::builders::PrincipalBuilder
source · #[non_exhaustive]pub struct PrincipalBuilder { /* private fields */ }Expand description
A builder for Principal.
Implementations§
source§impl PrincipalBuilder
impl PrincipalBuilder
sourcepub fn service(self, input: impl Into<String>) -> Self
pub fn service(self, input: impl Into<String>) -> Self
The name of the AWS service that should allowed or denied access to an Amazon Lex action.
sourcepub fn set_service(self, input: Option<String>) -> Self
pub fn set_service(self, input: Option<String>) -> Self
The name of the AWS service that should allowed or denied access to an Amazon Lex action.
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 principal.
Trait Implementations§
source§impl Clone for PrincipalBuilder
impl Clone for PrincipalBuilder
source§fn clone(&self) -> PrincipalBuilder
fn clone(&self) -> PrincipalBuilder
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 PrincipalBuilder
impl Debug for PrincipalBuilder
source§impl Default for PrincipalBuilder
impl Default for PrincipalBuilder
source§fn default() -> PrincipalBuilder
fn default() -> PrincipalBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<PrincipalBuilder> for PrincipalBuilder
impl PartialEq<PrincipalBuilder> for PrincipalBuilder
source§fn eq(&self, other: &PrincipalBuilder) -> bool
fn eq(&self, other: &PrincipalBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.