pub struct Builder { /* private fields */ }
Expand description
A builder for FederatedAuthenticationRequest
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn saml_provider_arn(self, input: impl Into<String>) -> Self
pub fn saml_provider_arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) of the IAM SAML identity provider.
sourcepub fn set_saml_provider_arn(self, input: Option<String>) -> Self
pub fn set_saml_provider_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) of the IAM SAML identity provider.
sourcepub fn self_service_saml_provider_arn(self, input: impl Into<String>) -> Self
pub fn self_service_saml_provider_arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) of the IAM SAML identity provider for the self-service portal.
sourcepub fn set_self_service_saml_provider_arn(self, input: Option<String>) -> Self
pub fn set_self_service_saml_provider_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) of the IAM SAML identity provider for the self-service portal.
sourcepub fn build(self) -> FederatedAuthenticationRequest
pub fn build(self) -> FederatedAuthenticationRequest
Consumes the builder and constructs a FederatedAuthenticationRequest
.