Cloneable, ReadLimitInfo, ToCopyableBuilder<CreateIdentityProviderRequest.Builder,CreateIdentityProviderRequest>@Generated("software.amazon.awssdk:codegen") public class CreateIdentityProviderRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<CreateIdentityProviderRequest.Builder,CreateIdentityProviderRequest>
| Modifier and Type | Class | Description |
|---|---|---|
static interface |
CreateIdentityProviderRequest.Builder |
NOOP| Modifier and Type | Method | Description |
|---|---|---|
Map<String,String> |
attributeMapping() |
A mapping of identity provider attributes to standard and custom user pool attributes.
|
static CreateIdentityProviderRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
List<String> |
idpIdentifiers() |
A list of identity provider identifiers.
|
Map<String,String> |
providerDetails() |
The identity provider details, such as
MetadataURL and MetadataFile. |
String |
providerName() |
The identity provider name.
|
String |
providerType() |
The identity provider type.
|
static Class<? extends CreateIdentityProviderRequest.Builder> |
serializableBuilderClass() |
|
CreateIdentityProviderRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
String |
userPoolId() |
The user pool ID.
|
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeoutpublic String userPoolId()
The user pool ID.
public String providerName()
The identity provider name.
public String providerType()
The identity provider type.
IdentityProviderTypeTypepublic Map<String,String> providerDetails()
The identity provider details, such as MetadataURL and MetadataFile.
MetadataURL and MetadataFile.public Map<String,String> attributeMapping()
A mapping of identity provider attributes to standard and custom user pool attributes.
public List<String> idpIdentifiers()
A list of identity provider identifiers.
public CreateIdentityProviderRequest.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<CreateIdentityProviderRequest.Builder,CreateIdentityProviderRequest>public static CreateIdentityProviderRequest.Builder builder()
public static Class<? extends CreateIdentityProviderRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.