@Stability(value=Stable) public static final class CfnUserPool.RecoveryOptionProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnUserPool.RecoveryOptionProperty>
CfnUserPool.RecoveryOptionProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnUserPool.RecoveryOptionProperty |
build()
Builds the configured instance.
|
CfnUserPool.RecoveryOptionProperty.Builder |
name(String name)
Sets the value of
CfnUserPool.RecoveryOptionProperty.getName() |
CfnUserPool.RecoveryOptionProperty.Builder |
priority(Number priority)
Sets the value of
CfnUserPool.RecoveryOptionProperty.getPriority() |
@Stability(value=Stable) public CfnUserPool.RecoveryOptionProperty.Builder name(String name)
CfnUserPool.RecoveryOptionProperty.getName()name - Specifies the recovery method for a user.this@Stability(value=Stable) public CfnUserPool.RecoveryOptionProperty.Builder priority(Number priority)
CfnUserPool.RecoveryOptionProperty.getPriority()priority - A positive integer specifying priority of a method with 1 being the highest priority.this@Stability(value=Stable) public CfnUserPool.RecoveryOptionProperty build()
build in interface software.amazon.jsii.Builder<CfnUserPool.RecoveryOptionProperty>CfnUserPool.RecoveryOptionPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.