@Generated(value="software.amazon.awssdk:codegen") public final class CreateIdentitySourceRequest extends VerifiedPermissionsRequest implements ToCopyableBuilder<CreateIdentitySourceRequest.Builder,CreateIdentitySourceRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
CreateIdentitySourceRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CreateIdentitySourceRequest.Builder |
builder() |
String |
clientToken()
Specifies a unique, case-sensitive ID that you provide to ensure the idempotency of the request.
|
Configuration |
configuration()
Specifies the details required to communicate with the identity provider (IdP) associated with this identity
source.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
policyStoreId()
Specifies the ID of the policy store in which you want to store this identity source.
|
String |
principalEntityType()
Specifies the namespace and data type of the principals generated for identities authenticated by the new
identity source.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CreateIdentitySourceRequest.Builder> |
serializableBuilderClass() |
CreateIdentitySourceRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String clientToken()
Specifies a unique, case-sensitive ID that you provide to ensure the idempotency of the request. This lets you safely retry the request without accidentally performing the same operation a second time. Passing the same value to a later call to an operation requires that you also pass the same value for all other parameters. We recommend that you use a UUID type of value..
If you don't provide this value, then Amazon Web Services generates a random one for you.
If you retry the operation with the same ClientToken, but with different parameters, the retry fails
with an IdempotentParameterMismatch error.
If you don't provide this value, then Amazon Web Services generates a random one for you.
If you retry the operation with the same ClientToken, but with different parameters, the
retry fails with an IdempotentParameterMismatch error.
public final String policyStoreId()
Specifies the ID of the policy store in which you want to store this identity source. Only policies and requests made using this policy store can reference identities from the identity provider configured in the new identity source.
public final Configuration configuration()
Specifies the details required to communicate with the identity provider (IdP) associated with this identity source.
At this time, the only valid member of this structure is a Amazon Cognito user pool configuration.
You must specify a UserPoolArn, and optionally, a ClientId.
At this time, the only valid member of this structure is a Amazon Cognito user pool configuration.
You must specify a UserPoolArn, and optionally, a ClientId.
public final String principalEntityType()
Specifies the namespace and data type of the principals generated for identities authenticated by the new identity source.
public CreateIdentitySourceRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CreateIdentitySourceRequest.Builder,CreateIdentitySourceRequest>toBuilder in class VerifiedPermissionsRequestpublic static CreateIdentitySourceRequest.Builder builder()
public static Class<? extends CreateIdentitySourceRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.