| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
AuthFlow.Builder |
adminUserPassword(Boolean adminUserPassword)
Sets the value of
AuthFlow.getAdminUserPassword() |
AuthFlow |
build()
Builds the configured instance.
|
AuthFlow.Builder |
custom(Boolean custom)
Sets the value of
AuthFlow.getCustom() |
AuthFlow.Builder |
userPassword(Boolean userPassword)
Sets the value of
AuthFlow.getUserPassword() |
AuthFlow.Builder |
userSrp(Boolean userSrp)
Sets the value of
AuthFlow.getUserSrp() |
@Stability(value=Experimental) public AuthFlow.Builder adminUserPassword(Boolean adminUserPassword)
AuthFlow.getAdminUserPassword()adminUserPassword - Enable admin based user password authentication flow.this@Stability(value=Experimental) public AuthFlow.Builder custom(Boolean custom)
AuthFlow.getCustom()custom - Enable custom authentication flow.this@Stability(value=Experimental) public AuthFlow.Builder userPassword(Boolean userPassword)
AuthFlow.getUserPassword()userPassword - Enable auth using username & password.this@Stability(value=Experimental) public AuthFlow.Builder userSrp(Boolean userSrp)
AuthFlow.getUserSrp()userSrp - Enable SRP based authentication.this@Stability(value=Experimental) public AuthFlow build()
build in interface software.amazon.jsii.Builder<AuthFlow>AuthFlowNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.