Interface SingleSignOn.Builder

    • Method Detail

      • type

        SingleSignOn.Builder type​(String type)

        The type of single sign-on in Amazon DataZone.

        Parameters:
        type - The type of single sign-on in Amazon DataZone.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        AuthType, AuthType
      • type

        SingleSignOn.Builder type​(AuthType type)

        The type of single sign-on in Amazon DataZone.

        Parameters:
        type - The type of single sign-on in Amazon DataZone.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        AuthType, AuthType
      • userAssignment

        SingleSignOn.Builder userAssignment​(String userAssignment)

        The single sign-on user assignment in Amazon DataZone.

        Parameters:
        userAssignment - The single sign-on user assignment in Amazon DataZone.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        UserAssignment, UserAssignment
      • userAssignment

        SingleSignOn.Builder userAssignment​(UserAssignment userAssignment)

        The single sign-on user assignment in Amazon DataZone.

        Parameters:
        userAssignment - The single sign-on user assignment in Amazon DataZone.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        UserAssignment, UserAssignment