Struct aws_sdk_grafana::model::authentication_summary::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for AuthenticationSummary
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn providers(self, input: AuthenticationProviderTypes) -> Self
pub fn providers(self, input: AuthenticationProviderTypes) -> Self
Appends an item to providers
.
To override the contents of this collection use set_providers
.
Specifies whether the workspace uses SAML, IAM Identity Center, or both methods for user authentication.
sourcepub fn set_providers(
self,
input: Option<Vec<AuthenticationProviderTypes>>
) -> Self
pub fn set_providers(
self,
input: Option<Vec<AuthenticationProviderTypes>>
) -> Self
Specifies whether the workspace uses SAML, IAM Identity Center, or both methods for user authentication.
sourcepub fn saml_configuration_status(self, input: SamlConfigurationStatus) -> Self
pub fn saml_configuration_status(self, input: SamlConfigurationStatus) -> Self
Specifies whether the workplace's user authentication method is fully configured.
sourcepub fn set_saml_configuration_status(
self,
input: Option<SamlConfigurationStatus>
) -> Self
pub fn set_saml_configuration_status(
self,
input: Option<SamlConfigurationStatus>
) -> Self
Specifies whether the workplace's user authentication method is fully configured.
sourcepub fn build(self) -> AuthenticationSummary
pub fn build(self) -> AuthenticationSummary
Consumes the builder and constructs a AuthenticationSummary
.