Interface AuthenticationSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AuthenticationSummary.Builder,AuthenticationSummary>,SdkBuilder<AuthenticationSummary.Builder,AuthenticationSummary>,SdkPojo
- Enclosing class:
- AuthenticationSummary
public static interface AuthenticationSummary.Builder extends SdkPojo, CopyableBuilder<AuthenticationSummary.Builder,AuthenticationSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AuthenticationSummary.Builderproviders(Collection<AuthenticationProviderTypes> providers)Specifies whether the workspace uses SAML, IAM Identity Center, or both methods for user authentication.AuthenticationSummary.Builderproviders(AuthenticationProviderTypes... providers)Specifies whether the workspace uses SAML, IAM Identity Center, or both methods for user authentication.AuthenticationSummary.BuilderprovidersWithStrings(String... providers)Specifies whether the workspace uses SAML, IAM Identity Center, or both methods for user authentication.AuthenticationSummary.BuilderprovidersWithStrings(Collection<String> providers)Specifies whether the workspace uses SAML, IAM Identity Center, or both methods for user authentication.AuthenticationSummary.BuildersamlConfigurationStatus(String samlConfigurationStatus)Specifies whether the workplace's user authentication method is fully configured.AuthenticationSummary.BuildersamlConfigurationStatus(SamlConfigurationStatus samlConfigurationStatus)Specifies whether the workplace's user authentication method is fully configured.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
providersWithStrings
AuthenticationSummary.Builder providersWithStrings(Collection<String> providers)
Specifies whether the workspace uses SAML, IAM Identity Center, or both methods for user authentication.
- Parameters:
providers- Specifies whether the workspace uses SAML, IAM Identity Center, or both methods for user authentication.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
providersWithStrings
AuthenticationSummary.Builder providersWithStrings(String... providers)
Specifies whether the workspace uses SAML, IAM Identity Center, or both methods for user authentication.
- Parameters:
providers- Specifies whether the workspace uses SAML, IAM Identity Center, or both methods for user authentication.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
providers
AuthenticationSummary.Builder providers(Collection<AuthenticationProviderTypes> providers)
Specifies whether the workspace uses SAML, IAM Identity Center, or both methods for user authentication.
- Parameters:
providers- Specifies whether the workspace uses SAML, IAM Identity Center, or both methods for user authentication.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
providers
AuthenticationSummary.Builder providers(AuthenticationProviderTypes... providers)
Specifies whether the workspace uses SAML, IAM Identity Center, or both methods for user authentication.
- Parameters:
providers- Specifies whether the workspace uses SAML, IAM Identity Center, or both methods for user authentication.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
samlConfigurationStatus
AuthenticationSummary.Builder samlConfigurationStatus(String samlConfigurationStatus)
Specifies whether the workplace's user authentication method is fully configured.
- Parameters:
samlConfigurationStatus- Specifies whether the workplace's user authentication method is fully configured.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
SamlConfigurationStatus,SamlConfigurationStatus
-
samlConfigurationStatus
AuthenticationSummary.Builder samlConfigurationStatus(SamlConfigurationStatus samlConfigurationStatus)
Specifies whether the workplace's user authentication method is fully configured.
- Parameters:
samlConfigurationStatus- Specifies whether the workplace's user authentication method is fully configured.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
SamlConfigurationStatus,SamlConfigurationStatus
-
-