@Stability(value=Stable) public static final class CfnConnectorProfile.BasicAuthCredentialsProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnConnectorProfile.BasicAuthCredentialsProperty>
CfnConnectorProfile.BasicAuthCredentialsProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnConnectorProfile.BasicAuthCredentialsProperty |
build()
Builds the configured instance.
|
CfnConnectorProfile.BasicAuthCredentialsProperty.Builder |
password(String password)
Sets the value of
CfnConnectorProfile.BasicAuthCredentialsProperty.getPassword() |
CfnConnectorProfile.BasicAuthCredentialsProperty.Builder |
username(String username)
Sets the value of
CfnConnectorProfile.BasicAuthCredentialsProperty.getUsername() |
@Stability(value=Stable) public CfnConnectorProfile.BasicAuthCredentialsProperty.Builder password(String password)
CfnConnectorProfile.BasicAuthCredentialsProperty.getPassword()password - `CfnConnectorProfile.BasicAuthCredentialsProperty.Password`. This parameter is required.this@Stability(value=Stable) public CfnConnectorProfile.BasicAuthCredentialsProperty.Builder username(String username)
CfnConnectorProfile.BasicAuthCredentialsProperty.getUsername()username - `CfnConnectorProfile.BasicAuthCredentialsProperty.Username`. This parameter is required.this@Stability(value=Stable) public CfnConnectorProfile.BasicAuthCredentialsProperty build()
build in interface software.amazon.jsii.Builder<CfnConnectorProfile.BasicAuthCredentialsProperty>CfnConnectorProfile.BasicAuthCredentialsPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.