public static interface CreateBackendAuthResourceConfig.Builder extends SdkPojo, CopyableBuilder<CreateBackendAuthResourceConfig.Builder,CreateBackendAuthResourceConfig>
| Modifier and Type | Method and Description |
|---|---|
CreateBackendAuthResourceConfig.Builder |
authResources(AuthResources authResources)
Defines whether you want to configure only authentication or both authentication and authorization settings.
|
CreateBackendAuthResourceConfig.Builder |
authResources(String authResources)
Defines whether you want to configure only authentication or both authentication and authorization settings.
|
default CreateBackendAuthResourceConfig.Builder |
identityPoolConfigs(Consumer<CreateBackendAuthIdentityPoolConfig.Builder> identityPoolConfigs)
Describes the authorization configuration for the Amazon Cognito identity pool, provisioned as a part of the
auth resource in your Amplify project.
|
CreateBackendAuthResourceConfig.Builder |
identityPoolConfigs(CreateBackendAuthIdentityPoolConfig identityPoolConfigs)
Describes the authorization configuration for the Amazon Cognito identity pool, provisioned as a part of the
auth resource in your Amplify project.
|
CreateBackendAuthResourceConfig.Builder |
service(Service service)
Defines the service name to use when configuring an authentication resource in your Amplify project.
|
CreateBackendAuthResourceConfig.Builder |
service(String service)
Defines the service name to use when configuring an authentication resource in your Amplify project.
|
default CreateBackendAuthResourceConfig.Builder |
userPoolConfigs(Consumer<CreateBackendAuthUserPoolConfig.Builder> userPoolConfigs)
Describes the authentication configuration for the Amazon Cognito user pool, provisioned as a part of the
auth resource in your Amplify project.
|
CreateBackendAuthResourceConfig.Builder |
userPoolConfigs(CreateBackendAuthUserPoolConfig 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, buildCreateBackendAuthResourceConfig.Builder authResources(String authResources)
Defines whether you want to configure only authentication or both authentication and authorization settings.
authResources - Defines whether you want to configure only authentication or both authentication and authorization
settings.AuthResources,
AuthResourcesCreateBackendAuthResourceConfig.Builder authResources(AuthResources authResources)
Defines whether you want to configure only authentication or both authentication and authorization settings.
authResources - Defines whether you want to configure only authentication or both authentication and authorization
settings.AuthResources,
AuthResourcesCreateBackendAuthResourceConfig.Builder identityPoolConfigs(CreateBackendAuthIdentityPoolConfig 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 CreateBackendAuthResourceConfig.Builder identityPoolConfigs(Consumer<CreateBackendAuthIdentityPoolConfig.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 theCreateBackendAuthIdentityPoolConfig.Builder
avoiding the need to create one manually via CreateBackendAuthIdentityPoolConfig.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to identityPoolConfigs(CreateBackendAuthIdentityPoolConfig).identityPoolConfigs - a consumer that will call methods on CreateBackendAuthIdentityPoolConfig.BuilderidentityPoolConfigs(CreateBackendAuthIdentityPoolConfig)CreateBackendAuthResourceConfig.Builder service(String service)
Defines the service name to use when configuring an authentication resource in your Amplify project.
CreateBackendAuthResourceConfig.Builder service(Service service)
Defines the service name to use when configuring an authentication resource in your Amplify project.
CreateBackendAuthResourceConfig.Builder userPoolConfigs(CreateBackendAuthUserPoolConfig 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 CreateBackendAuthResourceConfig.Builder userPoolConfigs(Consumer<CreateBackendAuthUserPoolConfig.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 theCreateBackendAuthUserPoolConfig.Builder
avoiding the need to create one manually via CreateBackendAuthUserPoolConfig.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to userPoolConfigs(CreateBackendAuthUserPoolConfig).userPoolConfigs - a consumer that will call methods on CreateBackendAuthUserPoolConfig.BuilderuserPoolConfigs(CreateBackendAuthUserPoolConfig)Copyright © 2021. All rights reserved.