public static interface ProviderUserIdentifierType.Builder extends CopyableBuilder<ProviderUserIdentifierType.Builder,ProviderUserIdentifierType>
Modifier and Type | Method and Description |
---|---|
ProviderUserIdentifierType.Builder |
providerAttributeName(String providerAttributeName)
The name of the provider attribute to link to, for example,
NameID . |
ProviderUserIdentifierType.Builder |
providerAttributeValue(String providerAttributeValue)
The value of the provider attribute to link to, for example,
xxxxx_account . |
ProviderUserIdentifierType.Builder |
providerName(String providerName)
The name of the provider, for example, Facebook, Google, or Login with Amazon.
|
copy
apply, build
ProviderUserIdentifierType.Builder providerName(String providerName)
The name of the provider, for example, Facebook, Google, or Login with Amazon.
providerName
- The name of the provider, for example, Facebook, Google, or Login with Amazon.ProviderUserIdentifierType.Builder providerAttributeName(String providerAttributeName)
The name of the provider attribute to link to, for example, NameID
.
providerAttributeName
- The name of the provider attribute to link to, for example, NameID
.ProviderUserIdentifierType.Builder providerAttributeValue(String providerAttributeValue)
The value of the provider attribute to link to, for example, xxxxx_account
.
providerAttributeValue
- The value of the provider attribute to link to, for example, xxxxx_account
.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.