Class UpdateConfiguration
- java.lang.Object
-
- software.amazon.awssdk.services.verifiedpermissions.model.UpdateConfiguration
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<UpdateConfiguration.Builder,UpdateConfiguration>
@Generated("software.amazon.awssdk:codegen") public final class UpdateConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<UpdateConfiguration.Builder,UpdateConfiguration>
Contains an update to replace the configuration in an existing identity source.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceUpdateConfiguration.Builderstatic classUpdateConfiguration.Type
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static UpdateConfiguration.Builderbuilder()UpdateCognitoUserPoolConfigurationcognitoUserPoolConfiguration()Contains configuration details of a Amazon Cognito user pool.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)static UpdateConfigurationfromCognitoUserPoolConfiguration(Consumer<UpdateCognitoUserPoolConfiguration.Builder> cognitoUserPoolConfiguration)Create an instance of this class withcognitoUserPoolConfiguration()initialized to the given value.static UpdateConfigurationfromCognitoUserPoolConfiguration(UpdateCognitoUserPoolConfiguration cognitoUserPoolConfiguration)Create an instance of this class withcognitoUserPoolConfiguration()initialized to the given value.static UpdateConfigurationfromOpenIdConnectConfiguration(Consumer<UpdateOpenIdConnectConfiguration.Builder> openIdConnectConfiguration)Create an instance of this class withopenIdConnectConfiguration()initialized to the given value.static UpdateConfigurationfromOpenIdConnectConfiguration(UpdateOpenIdConnectConfiguration openIdConnectConfiguration)Create an instance of this class withopenIdConnectConfiguration()initialized to the given value.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()UpdateOpenIdConnectConfigurationopenIdConnectConfiguration()Contains configuration details of an OpenID Connect (OIDC) identity provider, or identity source, that Verified Permissions can use to generate entities from authenticated identities.List<SdkField<?>>sdkFields()static Class<? extends UpdateConfiguration.Builder>serializableBuilderClass()UpdateConfiguration.BuildertoBuilder()StringtoString()Returns a string representation of this object.UpdateConfiguration.Typetype()Retrieve an enum value representing which member of this object is populated.-
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
-
cognitoUserPoolConfiguration
public final UpdateCognitoUserPoolConfiguration cognitoUserPoolConfiguration()
Contains configuration details of a Amazon Cognito user pool.
- Returns:
- Contains configuration details of a Amazon Cognito user pool.
-
openIdConnectConfiguration
public final UpdateOpenIdConnectConfiguration openIdConnectConfiguration()
Contains configuration details of an OpenID Connect (OIDC) identity provider, or identity source, that Verified Permissions can use to generate entities from authenticated identities. It specifies the issuer URL, token type that you want to use, and policy store entity details.
- Returns:
- Contains configuration details of an OpenID Connect (OIDC) identity provider, or identity source, that Verified Permissions can use to generate entities from authenticated identities. It specifies the issuer URL, token type that you want to use, and policy store entity details.
-
toBuilder
public UpdateConfiguration.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<UpdateConfiguration.Builder,UpdateConfiguration>
-
builder
public static UpdateConfiguration.Builder builder()
-
serializableBuilderClass
public static Class<? extends UpdateConfiguration.Builder> serializableBuilderClass()
-
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.
-
fromCognitoUserPoolConfiguration
public static UpdateConfiguration fromCognitoUserPoolConfiguration(UpdateCognitoUserPoolConfiguration cognitoUserPoolConfiguration)
Create an instance of this class withcognitoUserPoolConfiguration()initialized to the given value.Contains configuration details of a Amazon Cognito user pool.
- Parameters:
cognitoUserPoolConfiguration- Contains configuration details of a Amazon Cognito user pool.
-
fromCognitoUserPoolConfiguration
public static UpdateConfiguration fromCognitoUserPoolConfiguration(Consumer<UpdateCognitoUserPoolConfiguration.Builder> cognitoUserPoolConfiguration)
Create an instance of this class withcognitoUserPoolConfiguration()initialized to the given value.Contains configuration details of a Amazon Cognito user pool.
- Parameters:
cognitoUserPoolConfiguration- Contains configuration details of a Amazon Cognito user pool.
-
fromOpenIdConnectConfiguration
public static UpdateConfiguration fromOpenIdConnectConfiguration(UpdateOpenIdConnectConfiguration openIdConnectConfiguration)
Create an instance of this class withopenIdConnectConfiguration()initialized to the given value.Contains configuration details of an OpenID Connect (OIDC) identity provider, or identity source, that Verified Permissions can use to generate entities from authenticated identities. It specifies the issuer URL, token type that you want to use, and policy store entity details.
- Parameters:
openIdConnectConfiguration- Contains configuration details of an OpenID Connect (OIDC) identity provider, or identity source, that Verified Permissions can use to generate entities from authenticated identities. It specifies the issuer URL, token type that you want to use, and policy store entity details.
-
fromOpenIdConnectConfiguration
public static UpdateConfiguration fromOpenIdConnectConfiguration(Consumer<UpdateOpenIdConnectConfiguration.Builder> openIdConnectConfiguration)
Create an instance of this class withopenIdConnectConfiguration()initialized to the given value.Contains configuration details of an OpenID Connect (OIDC) identity provider, or identity source, that Verified Permissions can use to generate entities from authenticated identities. It specifies the issuer URL, token type that you want to use, and policy store entity details.
- Parameters:
openIdConnectConfiguration- Contains configuration details of an OpenID Connect (OIDC) identity provider, or identity source, that Verified Permissions can use to generate entities from authenticated identities. It specifies the issuer URL, token type that you want to use, and policy store entity details.
-
type
public UpdateConfiguration.Type type()
Retrieve an enum value representing which member of this object is populated. When this class is returned in a service response, this will beUpdateConfiguration.Type.UNKNOWN_TO_SDK_VERSIONif the service returned a member that is only known to a newer SDK version. When this class is created directly in your code, this will beUpdateConfiguration.Type.UNKNOWN_TO_SDK_VERSIONif zero members are set, andnullif more than one member is set.
-
-