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 your
auth resource in the Amplify project.
|
CreateBackendAuthResourceConfig.Builder |
identityPoolConfigs(CreateBackendAuthIdentityPoolConfig identityPoolConfigs)
Describes the authorization configuration for the Amazon Cognito identity pool, provisioned as a part of your
auth resource in the 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 authentication configuration for the Amazon Cognito user pool, provisioned as a part of your auth
resource in the Amplify project.
|
CreateBackendAuthResourceConfig.Builder |
userPoolConfigs(CreateBackendAuthUserPoolConfig userPoolConfigs)
Describes authentication configuration for the Amazon Cognito user pool, provisioned as a part of your auth
resource in the 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 your auth resource in the Amplify project.
identityPoolConfigs - Describes the authorization configuration for the Amazon Cognito identity pool, provisioned as a part
of your auth resource in the 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 your auth resource in the Amplify project.
This is a convenience method 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 authentication configuration for the Amazon Cognito user pool, provisioned as a part of your auth resource in the Amplify project.
userPoolConfigs - Describes authentication configuration for the Amazon Cognito user pool, provisioned as a part of your
auth resource in the Amplify project.default CreateBackendAuthResourceConfig.Builder userPoolConfigs(Consumer<CreateBackendAuthUserPoolConfig.Builder> userPoolConfigs)
Describes authentication configuration for the Amazon Cognito user pool, provisioned as a part of your auth resource in the Amplify project.
This is a convenience method 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 © 2023. All rights reserved.