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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ProviderUserIdentifierType.BuilderproviderAttributeName(String providerAttributeName)The name of the provider attribute to link to, such asNameID.ProviderUserIdentifierType.BuilderproviderAttributeValue(String providerAttributeValue)The value of the provider attribute to link to, such asxxxxx_account.ProviderUserIdentifierType.BuilderproviderName(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
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
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 asNameID.- 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 asxxxxx_account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-