Struct aws_sdk_macie2::types::builders::SessionIssuerBuilder
source · #[non_exhaustive]pub struct SessionIssuerBuilder { /* private fields */ }
Expand description
A builder for SessionIssuer
.
Implementations§
source§impl SessionIssuerBuilder
impl SessionIssuerBuilder
sourcepub fn account_id(self, input: impl Into<String>) -> Self
pub fn account_id(self, input: impl Into<String>) -> Self
The unique identifier for the Amazon Web Services account that owns the entity that was used to get the credentials.
sourcepub fn set_account_id(self, input: Option<String>) -> Self
pub fn set_account_id(self, input: Option<String>) -> Self
The unique identifier for the Amazon Web Services account that owns the entity that was used to get the credentials.
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 source account, Identity and Access Management (IAM) user, or role that was used to get the credentials.
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 source account, Identity and Access Management (IAM) user, or role that was used to get the credentials.
sourcepub fn principal_id(self, input: impl Into<String>) -> Self
pub fn principal_id(self, input: impl Into<String>) -> Self
The unique identifier for the entity that was used to get the credentials.
sourcepub fn set_principal_id(self, input: Option<String>) -> Self
pub fn set_principal_id(self, input: Option<String>) -> Self
The unique identifier for the entity that was used to get the credentials.
sourcepub fn type(self, input: impl Into<String>) -> Self
pub fn type(self, input: impl Into<String>) -> Self
The source of the temporary security credentials, such as Root, IAMUser, or Role.
sourcepub fn set_type(self, input: Option<String>) -> Self
pub fn set_type(self, input: Option<String>) -> Self
The source of the temporary security credentials, such as Root, IAMUser, or Role.
sourcepub fn user_name(self, input: impl Into<String>) -> Self
pub fn user_name(self, input: impl Into<String>) -> Self
The name or alias of the user or role that issued the session. This value is null if the credentials were obtained from a root account that doesn't have an alias.
sourcepub fn set_user_name(self, input: Option<String>) -> Self
pub fn set_user_name(self, input: Option<String>) -> Self
The name or alias of the user or role that issued the session. This value is null if the credentials were obtained from a root account that doesn't have an alias.
sourcepub fn build(self) -> SessionIssuer
pub fn build(self) -> SessionIssuer
Consumes the builder and constructs a SessionIssuer
.
Trait Implementations§
source§impl Clone for SessionIssuerBuilder
impl Clone for SessionIssuerBuilder
source§fn clone(&self) -> SessionIssuerBuilder
fn clone(&self) -> SessionIssuerBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for SessionIssuerBuilder
impl Debug for SessionIssuerBuilder
source§impl Default for SessionIssuerBuilder
impl Default for SessionIssuerBuilder
source§fn default() -> SessionIssuerBuilder
fn default() -> SessionIssuerBuilder
source§impl PartialEq<SessionIssuerBuilder> for SessionIssuerBuilder
impl PartialEq<SessionIssuerBuilder> for SessionIssuerBuilder
source§fn eq(&self, other: &SessionIssuerBuilder) -> bool
fn eq(&self, other: &SessionIssuerBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.