Struct aws_sdk_sts::model::federated_user::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for FederatedUser
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn federated_user_id(self, input: impl Into<String>) -> Self
pub fn federated_user_id(self, input: impl Into<String>) -> Self
The string that identifies the federated user associated with the credentials, similar to the unique ID of an IAM user.
sourcepub fn set_federated_user_id(self, input: Option<String>) -> Self
pub fn set_federated_user_id(self, input: Option<String>) -> Self
The string that identifies the federated user associated with the credentials, similar to the unique ID of an IAM user.
sourcepub fn arn(self, input: impl Into<String>) -> Self
pub fn arn(self, input: impl Into<String>) -> Self
The ARN that specifies the federated user that is associated with the credentials. For more information about ARNs and how to use them in policies, see IAM Identifiers in the IAM User Guide.
sourcepub fn set_arn(self, input: Option<String>) -> Self
pub fn set_arn(self, input: Option<String>) -> Self
The ARN that specifies the federated user that is associated with the credentials. For more information about ARNs and how to use them in policies, see IAM Identifiers in the IAM User Guide.
sourcepub fn build(self) -> FederatedUser
pub fn build(self) -> FederatedUser
Consumes the builder and constructs a FederatedUser
.