Class UpdateIdentitySourceRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.verifiedpermissions.model.VerifiedPermissionsRequest
-
- software.amazon.awssdk.services.verifiedpermissions.model.UpdateIdentitySourceRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<UpdateIdentitySourceRequest.Builder,UpdateIdentitySourceRequest>
@Generated("software.amazon.awssdk:codegen") public final class UpdateIdentitySourceRequest extends VerifiedPermissionsRequest implements ToCopyableBuilder<UpdateIdentitySourceRequest.Builder,UpdateIdentitySourceRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceUpdateIdentitySourceRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static UpdateIdentitySourceRequest.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringidentitySourceId()Specifies the ID of the identity source that you want to update.StringpolicyStoreId()Specifies the ID of the policy store that contains the identity source that you want to update.StringprincipalEntityType()Specifies the data type of principals generated for identities authenticated by the identity source.List<SdkField<?>>sdkFields()static Class<? extends UpdateIdentitySourceRequest.Builder>serializableBuilderClass()UpdateIdentitySourceRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.UpdateConfigurationupdateConfiguration()Specifies the details required to communicate with the identity provider (IdP) associated with this identity source.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
policyStoreId
public final String policyStoreId()
Specifies the ID of the policy store that contains the identity source that you want to update.
- Returns:
- Specifies the ID of the policy store that contains the identity source that you want to update.
-
identitySourceId
public final String identitySourceId()
Specifies the ID of the identity source that you want to update.
- Returns:
- Specifies the ID of the identity source that you want to update.
-
updateConfiguration
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, aClientId.- Returns:
- 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, aClientId.
-
principalEntityType
public final String principalEntityType()
Specifies the data type of principals generated for identities authenticated by the identity source.
- Returns:
- Specifies the data type of principals generated for identities authenticated by the identity source.
-
toBuilder
public UpdateIdentitySourceRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<UpdateIdentitySourceRequest.Builder,UpdateIdentitySourceRequest>- Specified by:
toBuilderin classVerifiedPermissionsRequest
-
builder
public static UpdateIdentitySourceRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends UpdateIdentitySourceRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
-