Struct aws_sdk_sso::output::get_role_credentials_output::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for GetRoleCredentialsOutput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn role_credentials(self, input: RoleCredentials) -> Self
pub fn role_credentials(self, input: RoleCredentials) -> Self
The credentials for the role that is assigned to the user.
sourcepub fn set_role_credentials(self, input: Option<RoleCredentials>) -> Self
pub fn set_role_credentials(self, input: Option<RoleCredentials>) -> Self
The credentials for the role that is assigned to the user.
sourcepub fn build(self) -> GetRoleCredentialsOutput
pub fn build(self) -> GetRoleCredentialsOutput
Consumes the builder and constructs a GetRoleCredentialsOutput
.