Class UpdateBackendAuthResourceConfig
- java.lang.Object
-
- software.amazon.awssdk.services.amplifybackend.model.UpdateBackendAuthResourceConfig
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<UpdateBackendAuthResourceConfig.Builder,UpdateBackendAuthResourceConfig>
@Generated("software.amazon.awssdk:codegen") public final class UpdateBackendAuthResourceConfig extends Object implements SdkPojo, Serializable, ToCopyableBuilder<UpdateBackendAuthResourceConfig.Builder,UpdateBackendAuthResourceConfig>
Defines the resource configuration when updating an authentication resource in your Amplify project.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceUpdateBackendAuthResourceConfig.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description AuthResourcesauthResources()Defines the service name to use when configuring an authentication resource in your Amplify project.StringauthResourcesAsString()Defines the service name to use when configuring an authentication resource in your Amplify project.static UpdateBackendAuthResourceConfig.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()UpdateBackendAuthIdentityPoolConfigidentityPoolConfigs()Describes the authorization configuration for the Amazon Cognito identity pool, provisioned as a part of your auth resource in the Amplify project.List<SdkField<?>>sdkFields()static Class<? extends UpdateBackendAuthResourceConfig.Builder>serializableBuilderClass()Serviceservice()Defines the service name to use when configuring an authentication resource in your Amplify project.StringserviceAsString()Defines the service name to use when configuring an authentication resource in your Amplify project.UpdateBackendAuthResourceConfig.BuildertoBuilder()StringtoString()Returns a string representation of this object.UpdateBackendAuthUserPoolConfiguserPoolConfigs()Describes the authentication configuration for the Amazon Cognito user pool, provisioned as a part of your auth resource in the Amplify project.-
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
-
authResources
public final AuthResources authResources()
Defines the service name to use when configuring an authentication resource in your Amplify project.
If the service returns an enum value that is not available in the current SDK version,
authResourceswill returnAuthResources.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromauthResourcesAsString().- Returns:
- Defines the service name to use when configuring an authentication resource in your Amplify project.
- See Also:
AuthResources
-
authResourcesAsString
public final String authResourcesAsString()
Defines the service name to use when configuring an authentication resource in your Amplify project.
If the service returns an enum value that is not available in the current SDK version,
authResourceswill returnAuthResources.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromauthResourcesAsString().- Returns:
- Defines the service name to use when configuring an authentication resource in your Amplify project.
- See Also:
AuthResources
-
identityPoolConfigs
public final UpdateBackendAuthIdentityPoolConfig identityPoolConfigs()
Describes the authorization configuration for the Amazon Cognito identity pool, provisioned as a part of your auth resource in the Amplify project.
- Returns:
- Describes the authorization configuration for the Amazon Cognito identity pool, provisioned as a part of your auth resource in the Amplify project.
-
service
public final Service service()
Defines the service name to use when configuring an authentication resource in your Amplify project.
If the service returns an enum value that is not available in the current SDK version,
servicewill returnService.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromserviceAsString().- Returns:
- Defines the service name to use when configuring an authentication resource in your Amplify project.
- See Also:
Service
-
serviceAsString
public final String serviceAsString()
Defines the service name to use when configuring an authentication resource in your Amplify project.
If the service returns an enum value that is not available in the current SDK version,
servicewill returnService.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromserviceAsString().- Returns:
- Defines the service name to use when configuring an authentication resource in your Amplify project.
- See Also:
Service
-
userPoolConfigs
public final UpdateBackendAuthUserPoolConfig userPoolConfigs()
Describes the authentication configuration for the Amazon Cognito user pool, provisioned as a part of your auth resource in the Amplify project.
- Returns:
- Describes the authentication configuration for the Amazon Cognito user pool, provisioned as a part of your auth resource in the Amplify project.
-
toBuilder
public UpdateBackendAuthResourceConfig.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<UpdateBackendAuthResourceConfig.Builder,UpdateBackendAuthResourceConfig>
-
builder
public static UpdateBackendAuthResourceConfig.Builder builder()
-
serializableBuilderClass
public static Class<? extends UpdateBackendAuthResourceConfig.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.
-
-