Interface AuthenticationSummary.Builder

    • 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