Struct aws_sdk_rds::types::builders::DbInstanceRoleBuilder
source · #[non_exhaustive]pub struct DbInstanceRoleBuilder { /* private fields */ }Expand description
A builder for DbInstanceRole.
Implementations§
source§impl DbInstanceRoleBuilder
impl DbInstanceRoleBuilder
sourcepub fn role_arn(self, input: impl Into<String>) -> Self
pub fn role_arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) of the IAM role that is associated with the DB instance.
sourcepub fn set_role_arn(self, input: Option<String>) -> Self
pub fn set_role_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) of the IAM role that is associated with the DB instance.
sourcepub fn get_role_arn(&self) -> &Option<String>
pub fn get_role_arn(&self) -> &Option<String>
The Amazon Resource Name (ARN) of the IAM role that is associated with the DB instance.
sourcepub fn feature_name(self, input: impl Into<String>) -> Self
pub fn feature_name(self, input: impl Into<String>) -> Self
The name of the feature associated with the Amazon Web Services Identity and Access Management (IAM) role. For information about supported feature names, see DBEngineVersion.
sourcepub fn set_feature_name(self, input: Option<String>) -> Self
pub fn set_feature_name(self, input: Option<String>) -> Self
The name of the feature associated with the Amazon Web Services Identity and Access Management (IAM) role. For information about supported feature names, see DBEngineVersion.
sourcepub fn get_feature_name(&self) -> &Option<String>
pub fn get_feature_name(&self) -> &Option<String>
The name of the feature associated with the Amazon Web Services Identity and Access Management (IAM) role. For information about supported feature names, see DBEngineVersion.
sourcepub fn status(self, input: impl Into<String>) -> Self
pub fn status(self, input: impl Into<String>) -> Self
Information about the state of association between the IAM role and the DB instance. The Status property returns one of the following values:
-
ACTIVE- the IAM role ARN is associated with the DB instance and can be used to access other Amazon Web Services services on your behalf. -
PENDING- the IAM role ARN is being associated with the DB instance. -
INVALID- the IAM role ARN is associated with the DB instance, but the DB instance is unable to assume the IAM role in order to access other Amazon Web Services services on your behalf.
sourcepub fn set_status(self, input: Option<String>) -> Self
pub fn set_status(self, input: Option<String>) -> Self
Information about the state of association between the IAM role and the DB instance. The Status property returns one of the following values:
-
ACTIVE- the IAM role ARN is associated with the DB instance and can be used to access other Amazon Web Services services on your behalf. -
PENDING- the IAM role ARN is being associated with the DB instance. -
INVALID- the IAM role ARN is associated with the DB instance, but the DB instance is unable to assume the IAM role in order to access other Amazon Web Services services on your behalf.
sourcepub fn get_status(&self) -> &Option<String>
pub fn get_status(&self) -> &Option<String>
Information about the state of association between the IAM role and the DB instance. The Status property returns one of the following values:
-
ACTIVE- the IAM role ARN is associated with the DB instance and can be used to access other Amazon Web Services services on your behalf. -
PENDING- the IAM role ARN is being associated with the DB instance. -
INVALID- the IAM role ARN is associated with the DB instance, but the DB instance is unable to assume the IAM role in order to access other Amazon Web Services services on your behalf.
sourcepub fn build(self) -> DbInstanceRole
pub fn build(self) -> DbInstanceRole
Consumes the builder and constructs a DbInstanceRole.
Trait Implementations§
source§impl Clone for DbInstanceRoleBuilder
impl Clone for DbInstanceRoleBuilder
source§fn clone(&self) -> DbInstanceRoleBuilder
fn clone(&self) -> DbInstanceRoleBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Debug for DbInstanceRoleBuilder
impl Debug for DbInstanceRoleBuilder
source§impl Default for DbInstanceRoleBuilder
impl Default for DbInstanceRoleBuilder
source§fn default() -> DbInstanceRoleBuilder
fn default() -> DbInstanceRoleBuilder
source§impl PartialEq for DbInstanceRoleBuilder
impl PartialEq for DbInstanceRoleBuilder
source§fn eq(&self, other: &DbInstanceRoleBuilder) -> bool
fn eq(&self, other: &DbInstanceRoleBuilder) -> bool
self and other values to be equal, and is used
by ==.