@Stability(value=Stable) public static final class CfnUserPool.DeviceConfigurationProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnUserPool.DeviceConfigurationProperty>
CfnUserPool.DeviceConfigurationProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnUserPool.DeviceConfigurationProperty |
build()
Builds the configured instance.
|
CfnUserPool.DeviceConfigurationProperty.Builder |
challengeRequiredOnNewDevice(Boolean challengeRequiredOnNewDevice)
|
CfnUserPool.DeviceConfigurationProperty.Builder |
challengeRequiredOnNewDevice(IResolvable challengeRequiredOnNewDevice)
|
CfnUserPool.DeviceConfigurationProperty.Builder |
deviceOnlyRememberedOnUserPrompt(Boolean deviceOnlyRememberedOnUserPrompt)
|
CfnUserPool.DeviceConfigurationProperty.Builder |
deviceOnlyRememberedOnUserPrompt(IResolvable deviceOnlyRememberedOnUserPrompt)
|
@Stability(value=Stable) public CfnUserPool.DeviceConfigurationProperty.Builder challengeRequiredOnNewDevice(Boolean challengeRequiredOnNewDevice)
challengeRequiredOnNewDevice - Indicates whether a challenge is required on a new device.
Only applicable to a new device.this@Stability(value=Stable) public CfnUserPool.DeviceConfigurationProperty.Builder challengeRequiredOnNewDevice(IResolvable challengeRequiredOnNewDevice)
challengeRequiredOnNewDevice - Indicates whether a challenge is required on a new device.
Only applicable to a new device.this@Stability(value=Stable) public CfnUserPool.DeviceConfigurationProperty.Builder deviceOnlyRememberedOnUserPrompt(Boolean deviceOnlyRememberedOnUserPrompt)
deviceOnlyRememberedOnUserPrompt - If true, a device is only remembered on user prompt.this@Stability(value=Stable) public CfnUserPool.DeviceConfigurationProperty.Builder deviceOnlyRememberedOnUserPrompt(IResolvable deviceOnlyRememberedOnUserPrompt)
deviceOnlyRememberedOnUserPrompt - If true, a device is only remembered on user prompt.this@Stability(value=Stable) public CfnUserPool.DeviceConfigurationProperty build()
build in interface software.amazon.jsii.Builder<CfnUserPool.DeviceConfigurationProperty>CfnUserPool.DeviceConfigurationPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.