Struct aws_sdk_grafana::model::aws_sso_authentication::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for AwsSsoAuthentication
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn sso_client_id(self, input: impl Into<String>) -> Self
pub fn sso_client_id(self, input: impl Into<String>) -> Self
The ID of the IAM Identity Center-managed application that is created by Amazon Managed Grafana.
sourcepub fn set_sso_client_id(self, input: Option<String>) -> Self
pub fn set_sso_client_id(self, input: Option<String>) -> Self
The ID of the IAM Identity Center-managed application that is created by Amazon Managed Grafana.
sourcepub fn build(self) -> AwsSsoAuthentication
pub fn build(self) -> AwsSsoAuthentication
Consumes the builder and constructs a AwsSsoAuthentication
.