CopyableBuilder<CreateIdentityProviderRequest.Builder,CreateIdentityProviderRequest>
, SdkBuilder<CreateIdentityProviderRequest.Builder,CreateIdentityProviderRequest>
public static interface CreateIdentityProviderRequest.Builder extends CopyableBuilder<CreateIdentityProviderRequest.Builder,CreateIdentityProviderRequest>
Modifier and Type | Method | Description |
---|---|---|
CreateIdentityProviderRequest.Builder |
attributeMapping(Map<String,String> attributeMapping) |
A mapping of identity provider attributes to standard and custom user pool attributes.
|
CreateIdentityProviderRequest.Builder |
idpIdentifiers(String... idpIdentifiers) |
A list of identity provider identifiers.
|
CreateIdentityProviderRequest.Builder |
idpIdentifiers(Collection<String> idpIdentifiers) |
A list of identity provider identifiers.
|
CreateIdentityProviderRequest.Builder |
providerDetails(Map<String,String> providerDetails) |
The identity provider details, such as
MetadataURL and MetadataFile . |
CreateIdentityProviderRequest.Builder |
providerName(String providerName) |
The identity provider name.
|
CreateIdentityProviderRequest.Builder |
providerType(String providerType) |
The identity provider type.
|
CreateIdentityProviderRequest.Builder |
providerType(IdentityProviderTypeType providerType) |
The identity provider type.
|
CreateIdentityProviderRequest.Builder |
userPoolId(String userPoolId) |
The user pool ID.
|
copy
apply, build
CreateIdentityProviderRequest.Builder userPoolId(String userPoolId)
The user pool ID.
userPoolId
- The user pool ID.CreateIdentityProviderRequest.Builder providerName(String providerName)
The identity provider name.
providerName
- The identity provider name.CreateIdentityProviderRequest.Builder providerType(String providerType)
The identity provider type.
providerType
- The identity provider type.IdentityProviderTypeType
CreateIdentityProviderRequest.Builder providerType(IdentityProviderTypeType providerType)
The identity provider type.
providerType
- The identity provider type.IdentityProviderTypeType
CreateIdentityProviderRequest.Builder providerDetails(Map<String,String> providerDetails)
The identity provider details, such as MetadataURL
and MetadataFile
.
providerDetails
- The identity provider details, such as MetadataURL
and MetadataFile
.CreateIdentityProviderRequest.Builder attributeMapping(Map<String,String> attributeMapping)
A mapping of identity provider attributes to standard and custom user pool attributes.
attributeMapping
- A mapping of identity provider attributes to standard and custom user pool attributes.CreateIdentityProviderRequest.Builder idpIdentifiers(Collection<String> idpIdentifiers)
A list of identity provider identifiers.
idpIdentifiers
- A list of identity provider identifiers.CreateIdentityProviderRequest.Builder idpIdentifiers(String... idpIdentifiers)
A list of identity provider identifiers.
NOTE: This method appends the values to the existing list (if any). Use
#setIdpIdentifiers(java.util.Collection)
or #withIdpIdentifiers(java.util.Collection)
if you
want to override the existing values.
idpIdentifiers
- A list of identity provider identifiers.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.