@Generated(value="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.
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateBackendAuthResourceConfig.Builder |
| Modifier and Type | Method and Description |
|---|---|
AuthResources |
authResources()
Defines the service name to use when configuring an authentication resource in your Amplify project.
|
String |
authResourcesAsString()
Defines the service name to use when configuring an authentication resource in your Amplify project.
|
static UpdateBackendAuthResourceConfig.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
UpdateBackendAuthIdentityPoolConfig |
identityPoolConfigs()
Describes the authorization configuration for the Amazon Cognito identity pool, provisioned as a part of the auth
resource in your Amplify project.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateBackendAuthResourceConfig.Builder> |
serializableBuilderClass() |
Service |
service()
Defines the service name to use when configuring an authentication resource in your Amplify project.
|
String |
serviceAsString()
Defines the service name to use when configuring an authentication resource in your Amplify project.
|
UpdateBackendAuthResourceConfig.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
UpdateBackendAuthUserPoolConfig |
userPoolConfigs()
Describes the authentication configuration for the Amazon Cognito user pool, provisioned as a part of the auth
resource in your Amplify project.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic 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, authResources
will return AuthResources.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
authResourcesAsString().
AuthResourcespublic 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, authResources
will return AuthResources.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
authResourcesAsString().
AuthResourcespublic final UpdateBackendAuthIdentityPoolConfig identityPoolConfigs()
Describes the authorization configuration for the Amazon Cognito identity pool, provisioned as a part of the auth resource in your Amplify project.
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, service will
return Service.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
serviceAsString().
Servicepublic 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, service will
return Service.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
serviceAsString().
Servicepublic final UpdateBackendAuthUserPoolConfig userPoolConfigs()
Describes the authentication configuration for the Amazon Cognito user pool, provisioned as a part of the auth resource in your Amplify project.
public UpdateBackendAuthResourceConfig.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateBackendAuthResourceConfig.Builder,UpdateBackendAuthResourceConfig>public static UpdateBackendAuthResourceConfig.Builder builder()
public static Class<? extends UpdateBackendAuthResourceConfig.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.