@Generated(value="software.amazon.awssdk:codegen") public final class UpdateIdentitySourceRequest extends VerifiedPermissionsRequest implements ToCopyableBuilder<UpdateIdentitySourceRequest.Builder,UpdateIdentitySourceRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateIdentitySourceRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UpdateIdentitySourceRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
identitySourceId()
Specifies the ID of the identity source that you want to update.
|
String |
policyStoreId()
Specifies the ID of the policy store that contains the identity source that you want to update.
|
String |
principalEntityType()
Specifies the data type of principals generated for identities authenticated by the identity source.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateIdentitySourceRequest.Builder> |
serializableBuilderClass() |
UpdateIdentitySourceRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
UpdateConfiguration |
updateConfiguration()
Specifies the details required to communicate with the identity provider (IdP) associated with this identity
source.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String policyStoreId()
Specifies the ID of the policy store that contains the identity source that you want to update.
public final String identitySourceId()
Specifies the ID of the identity source that you want to update.
public final UpdateConfiguration updateConfiguration()
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 data type of principals generated for identities authenticated by the identity source.
public UpdateIdentitySourceRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateIdentitySourceRequest.Builder,UpdateIdentitySourceRequest>toBuilder in class VerifiedPermissionsRequestpublic static UpdateIdentitySourceRequest.Builder builder()
public static Class<? extends UpdateIdentitySourceRequest.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.