@Stability(value=Stable) public static final class CfnDBProxy.AuthFormatProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnDBProxy.AuthFormatProperty>
CfnDBProxy.AuthFormatProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnDBProxy.AuthFormatProperty.Builder |
authScheme(String authScheme)
Sets the value of
CfnDBProxy.AuthFormatProperty.getAuthScheme() |
CfnDBProxy.AuthFormatProperty |
build()
Builds the configured instance.
|
CfnDBProxy.AuthFormatProperty.Builder |
description(String description)
Sets the value of
CfnDBProxy.AuthFormatProperty.getDescription() |
CfnDBProxy.AuthFormatProperty.Builder |
iamAuth(String iamAuth)
Sets the value of
CfnDBProxy.AuthFormatProperty.getIamAuth() |
CfnDBProxy.AuthFormatProperty.Builder |
secretArn(String secretArn)
Sets the value of
CfnDBProxy.AuthFormatProperty.getSecretArn() |
CfnDBProxy.AuthFormatProperty.Builder |
userName(String userName)
Sets the value of
CfnDBProxy.AuthFormatProperty.getUserName() |
@Stability(value=Stable) public CfnDBProxy.AuthFormatProperty.Builder authScheme(String authScheme)
CfnDBProxy.AuthFormatProperty.getAuthScheme()authScheme - `CfnDBProxy.AuthFormatProperty.AuthScheme`.this@Stability(value=Stable) public CfnDBProxy.AuthFormatProperty.Builder description(String description)
CfnDBProxy.AuthFormatProperty.getDescription()description - `CfnDBProxy.AuthFormatProperty.Description`.this@Stability(value=Stable) public CfnDBProxy.AuthFormatProperty.Builder iamAuth(String iamAuth)
CfnDBProxy.AuthFormatProperty.getIamAuth()iamAuth - `CfnDBProxy.AuthFormatProperty.IAMAuth`.this@Stability(value=Stable) public CfnDBProxy.AuthFormatProperty.Builder secretArn(String secretArn)
CfnDBProxy.AuthFormatProperty.getSecretArn()secretArn - `CfnDBProxy.AuthFormatProperty.SecretArn`.this@Stability(value=Stable) public CfnDBProxy.AuthFormatProperty.Builder userName(String userName)
CfnDBProxy.AuthFormatProperty.getUserName()userName - `CfnDBProxy.AuthFormatProperty.UserName`.this@Stability(value=Stable) public CfnDBProxy.AuthFormatProperty build()
build in interface software.amazon.jsii.Builder<CfnDBProxy.AuthFormatProperty>CfnDBProxy.AuthFormatPropertyNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.