@Stability(value=Stable) public static final class KeepOriginalAttrs.Builder extends Object implements software.amazon.jsii.Builder<KeepOriginalAttrs>
KeepOriginalAttrs| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
KeepOriginalAttrs |
build()
Builds the configured instance.
|
KeepOriginalAttrs.Builder |
email(Boolean email)
Sets the value of
KeepOriginalAttrs.getEmail() |
KeepOriginalAttrs.Builder |
phone(Boolean phone)
Sets the value of
KeepOriginalAttrs.getPhone() |
@Stability(value=Stable) public KeepOriginalAttrs.Builder email(Boolean email)
KeepOriginalAttrs.getEmail()email - Whether the email address of the user should remain the original value until the new email address is verified.this@Stability(value=Stable) public KeepOriginalAttrs.Builder phone(Boolean phone)
KeepOriginalAttrs.getPhone()phone - Whether the phone number of the user should remain the original value until the new phone number is verified.this@Stability(value=Stable) public KeepOriginalAttrs build()
build in interface software.amazon.jsii.Builder<KeepOriginalAttrs>KeepOriginalAttrsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.