Interface ProviderUserIdentifierType.Builder

All Superinterfaces:
Buildable, CopyableBuilder<ProviderUserIdentifierType.Builder,ProviderUserIdentifierType>, SdkBuilder<ProviderUserIdentifierType.Builder,ProviderUserIdentifierType>, SdkPojo
Enclosing class:
ProviderUserIdentifierType

public static interface ProviderUserIdentifierType.Builder extends SdkPojo, CopyableBuilder<ProviderUserIdentifierType.Builder,ProviderUserIdentifierType>
  • Method Details

    • providerName

      ProviderUserIdentifierType.Builder providerName(String providerName)

      The name of the provider, such as Facebook, Google, or Login with Amazon.

      Parameters:
      providerName - The name of the provider, such as Facebook, Google, or Login with Amazon.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • providerAttributeName

      ProviderUserIdentifierType.Builder providerAttributeName(String providerAttributeName)

      The name of the provider attribute to link to, such as NameID.

      Parameters:
      providerAttributeName - The name of the provider attribute to link to, such as NameID.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • providerAttributeValue

      ProviderUserIdentifierType.Builder providerAttributeValue(String providerAttributeValue)

      The value of the provider attribute to link to, such as xxxxx_account.

      Parameters:
      providerAttributeValue - The value of the provider attribute to link to, such as xxxxx_account.
      Returns:
      Returns a reference to this object so that method calls can be chained together.