@Stability(value=Stable)
public static interface CfnUserPool.AccountRecoverySettingProperty
extends software.amazon.jsii.JsiiSerializable
// 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.*;
AccountRecoverySettingProperty accountRecoverySettingProperty = AccountRecoverySettingProperty.builder()
.recoveryMechanisms(List.of(RecoveryOptionProperty.builder()
.name("name")
.priority(123)
.build()))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnUserPool.AccountRecoverySettingProperty.Builder
A builder for
CfnUserPool.AccountRecoverySettingProperty |
static class |
CfnUserPool.AccountRecoverySettingProperty.Jsii$Proxy
An implementation for
CfnUserPool.AccountRecoverySettingProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnUserPool.AccountRecoverySettingProperty.Builder |
builder() |
default Object |
getRecoveryMechanisms()
`CfnUserPool.AccountRecoverySettingProperty.RecoveryMechanisms`.
|
@Stability(value=Stable) @Nullable default Object getRecoveryMechanisms()
@Stability(value=Stable) static CfnUserPool.AccountRecoverySettingProperty.Builder builder()
Copyright © 2021. All rights reserved.