@Stability(value=Stable) public static final class CfnInput.InputSourceRequestProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnInput.InputSourceRequestProperty>
CfnInput.InputSourceRequestProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnInput.InputSourceRequestProperty |
build()
Builds the configured instance.
|
CfnInput.InputSourceRequestProperty.Builder |
passwordParam(String passwordParam)
Sets the value of
CfnInput.InputSourceRequestProperty.getPasswordParam() |
CfnInput.InputSourceRequestProperty.Builder |
url(String url)
Sets the value of
CfnInput.InputSourceRequestProperty.getUrl() |
CfnInput.InputSourceRequestProperty.Builder |
username(String username)
Sets the value of
CfnInput.InputSourceRequestProperty.getUsername() |
@Stability(value=Stable) public CfnInput.InputSourceRequestProperty.Builder passwordParam(String passwordParam)
CfnInput.InputSourceRequestProperty.getPasswordParam()passwordParam - `CfnInput.InputSourceRequestProperty.PasswordParam`.this@Stability(value=Stable) public CfnInput.InputSourceRequestProperty.Builder url(String url)
CfnInput.InputSourceRequestProperty.getUrl()url - `CfnInput.InputSourceRequestProperty.Url`.this@Stability(value=Stable) public CfnInput.InputSourceRequestProperty.Builder username(String username)
CfnInput.InputSourceRequestProperty.getUsername()username - `CfnInput.InputSourceRequestProperty.Username`.this@Stability(value=Stable) public CfnInput.InputSourceRequestProperty build()
build in interface software.amazon.jsii.Builder<CfnInput.InputSourceRequestProperty>CfnInput.InputSourceRequestPropertyNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.