Interface ProviderUserIdentifierType.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ProviderUserIdentifierType.Builder,,ProviderUserIdentifierType> SdkBuilder<ProviderUserIdentifierType.Builder,,ProviderUserIdentifierType> SdkPojo
- Enclosing class:
- ProviderUserIdentifierType
@Mutable
@NotThreadSafe
public static interface ProviderUserIdentifierType.Builder
extends SdkPojo, CopyableBuilder<ProviderUserIdentifierType.Builder,ProviderUserIdentifierType>
-
Method Summary
Modifier and TypeMethodDescriptionproviderAttributeName(String providerAttributeName) The name of the provider attribute to link to, such asNameID.providerAttributeValue(String providerAttributeValue) The value of the provider attribute to link to, such asxxxxx_account.providerName(String providerName) The name of the provider, such as Facebook, Google, or Login with Amazon.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
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
The name of the provider attribute to link to, such as
NameID.- Parameters:
providerAttributeName- The name of the provider attribute to link to, such asNameID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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 asxxxxx_account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-