public static interface UpdateBackendAuthResourceConfig.Builder extends SdkPojo, CopyableBuilder<UpdateBackendAuthResourceConfig.Builder,UpdateBackendAuthResourceConfig>
| Modifier and Type | Method and Description |
|---|---|
UpdateBackendAuthResourceConfig.Builder |
authResources(AuthResources authResources)
Defines the service name to use when configuring an authentication resource in your Amplify project.
|
UpdateBackendAuthResourceConfig.Builder |
authResources(String authResources)
Defines the service name to use when configuring an authentication resource in your Amplify project.
|
default UpdateBackendAuthResourceConfig.Builder |
identityPoolConfigs(Consumer<UpdateBackendAuthIdentityPoolConfig.Builder> identityPoolConfigs)
Describes the authorization configuration for the Amazon Cognito identity pool, provisioned as a part of the
auth resource in your Amplify project.
|
UpdateBackendAuthResourceConfig.Builder |
identityPoolConfigs(UpdateBackendAuthIdentityPoolConfig identityPoolConfigs)
Describes the authorization configuration for the Amazon Cognito identity pool, provisioned as a part of the
auth resource in your Amplify project.
|
UpdateBackendAuthResourceConfig.Builder |
service(Service service)
Defines the service name to use when configuring an authentication resource in your Amplify project.
|
UpdateBackendAuthResourceConfig.Builder |
service(String service)
Defines the service name to use when configuring an authentication resource in your Amplify project.
|
default UpdateBackendAuthResourceConfig.Builder |
userPoolConfigs(Consumer<UpdateBackendAuthUserPoolConfig.Builder> userPoolConfigs)
Describes the authentication configuration for the Amazon Cognito user pool, provisioned as a part of the
auth resource in your Amplify project.
|
UpdateBackendAuthResourceConfig.Builder |
userPoolConfigs(UpdateBackendAuthUserPoolConfig userPoolConfigs)
Describes the authentication configuration for the Amazon Cognito user pool, provisioned as a part of the
auth resource in your Amplify project.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateBackendAuthResourceConfig.Builder authResources(String authResources)
Defines the service name to use when configuring an authentication resource in your Amplify project.
authResources - Defines the service name to use when configuring an authentication resource in your Amplify project.AuthResources,
AuthResourcesUpdateBackendAuthResourceConfig.Builder authResources(AuthResources authResources)
Defines the service name to use when configuring an authentication resource in your Amplify project.
authResources - Defines the service name to use when configuring an authentication resource in your Amplify project.AuthResources,
AuthResourcesUpdateBackendAuthResourceConfig.Builder identityPoolConfigs(UpdateBackendAuthIdentityPoolConfig identityPoolConfigs)
Describes the authorization configuration for the Amazon Cognito identity pool, provisioned as a part of the auth resource in your Amplify project.
identityPoolConfigs - Describes the authorization configuration for the Amazon Cognito identity pool, provisioned as a part
of the auth resource in your Amplify project.default UpdateBackendAuthResourceConfig.Builder identityPoolConfigs(Consumer<UpdateBackendAuthIdentityPoolConfig.Builder> identityPoolConfigs)
Describes the authorization configuration for the Amazon Cognito identity pool, provisioned as a part of the auth resource in your Amplify project.
This is a convenience that creates an instance of theUpdateBackendAuthIdentityPoolConfig.Builder
avoiding the need to create one manually via UpdateBackendAuthIdentityPoolConfig.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to identityPoolConfigs(UpdateBackendAuthIdentityPoolConfig).identityPoolConfigs - a consumer that will call methods on UpdateBackendAuthIdentityPoolConfig.BuilderidentityPoolConfigs(UpdateBackendAuthIdentityPoolConfig)UpdateBackendAuthResourceConfig.Builder service(String service)
Defines the service name to use when configuring an authentication resource in your Amplify project.
UpdateBackendAuthResourceConfig.Builder service(Service service)
Defines the service name to use when configuring an authentication resource in your Amplify project.
UpdateBackendAuthResourceConfig.Builder userPoolConfigs(UpdateBackendAuthUserPoolConfig userPoolConfigs)
Describes the authentication configuration for the Amazon Cognito user pool, provisioned as a part of the auth resource in your Amplify project.
userPoolConfigs - Describes the authentication configuration for the Amazon Cognito user pool, provisioned as a part of
the auth resource in your Amplify project.default UpdateBackendAuthResourceConfig.Builder userPoolConfigs(Consumer<UpdateBackendAuthUserPoolConfig.Builder> userPoolConfigs)
Describes the authentication configuration for the Amazon Cognito user pool, provisioned as a part of the auth resource in your Amplify project.
This is a convenience that creates an instance of theUpdateBackendAuthUserPoolConfig.Builder
avoiding the need to create one manually via UpdateBackendAuthUserPoolConfig.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to userPoolConfigs(UpdateBackendAuthUserPoolConfig).userPoolConfigs - a consumer that will call methods on UpdateBackendAuthUserPoolConfig.BuilderuserPoolConfigs(UpdateBackendAuthUserPoolConfig)Copyright © 2021. All rights reserved.