@Stability(value=Stable)
public static interface CfnUserPool.RecoveryOptionProperty
extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.cognito.*;
RecoveryOptionProperty recoveryOptionProperty = RecoveryOptionProperty.builder()
.name("name")
.priority(123)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnUserPool.RecoveryOptionProperty.Builder
A builder for
CfnUserPool.RecoveryOptionProperty |
static class |
CfnUserPool.RecoveryOptionProperty.Jsii$Proxy
An implementation for
CfnUserPool.RecoveryOptionProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnUserPool.RecoveryOptionProperty.Builder |
builder() |
default String |
getName()
Specifies the recovery method for a user.
|
default Number |
getPriority()
A positive integer specifying priority of a method with 1 being the highest priority.
|
@Stability(value=Stable) @Nullable default String getName()
@Stability(value=Stable) @Nullable default Number getPriority()
@Stability(value=Stable) static CfnUserPool.RecoveryOptionProperty.Builder builder()
Copyright © 2022. All rights reserved.