| Modifier and Type | Method and Description |
|---|---|
UserPoolDomain.Builder |
UserPoolDomain.Builder.cognitoDomain(CognitoDomainOptions cognitoDomain)
Associate a cognito prefix domain with your user pool Either `customDomain` or `cognitoDomain` must be specified.
|
static UserPoolDomain.Builder |
UserPoolDomain.Builder.create(software.constructs.Construct scope,
String id) |
UserPoolDomain.Builder |
UserPoolDomain.Builder.customDomain(CustomDomainOptions customDomain)
Associate a custom domain with your user pool Either `customDomain` or `cognitoDomain` must be specified.
|
UserPoolDomain.Builder |
UserPoolDomain.Builder.userPool(IUserPool userPool)
The user pool to which this domain should be associated.
|
Copyright © 2022. All rights reserved.