@Stability(value=Stable) public static final class CfnApp.SourceProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnApp.SourceProperty>
CfnApp.SourceProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnApp.SourceProperty |
build()
Builds the configured instance.
|
CfnApp.SourceProperty.Builder |
password(String password)
Sets the value of
CfnApp.SourceProperty.getPassword() |
CfnApp.SourceProperty.Builder |
revision(String revision)
Sets the value of
CfnApp.SourceProperty.getRevision() |
CfnApp.SourceProperty.Builder |
sshKey(String sshKey)
Sets the value of
CfnApp.SourceProperty.getSshKey() |
CfnApp.SourceProperty.Builder |
type(String type)
Sets the value of
CfnApp.SourceProperty.getType() |
CfnApp.SourceProperty.Builder |
url(String url)
Sets the value of
CfnApp.SourceProperty.getUrl() |
CfnApp.SourceProperty.Builder |
username(String username)
Sets the value of
CfnApp.SourceProperty.getUsername() |
@Stability(value=Stable) public CfnApp.SourceProperty.Builder password(String password)
CfnApp.SourceProperty.getPassword()password - `CfnApp.SourceProperty.Password`.this@Stability(value=Stable) public CfnApp.SourceProperty.Builder revision(String revision)
CfnApp.SourceProperty.getRevision()revision - `CfnApp.SourceProperty.Revision`.this@Stability(value=Stable) public CfnApp.SourceProperty.Builder sshKey(String sshKey)
CfnApp.SourceProperty.getSshKey()sshKey - `CfnApp.SourceProperty.SshKey`.this@Stability(value=Stable) public CfnApp.SourceProperty.Builder type(String type)
CfnApp.SourceProperty.getType()type - `CfnApp.SourceProperty.Type`.this@Stability(value=Stable) public CfnApp.SourceProperty.Builder url(String url)
CfnApp.SourceProperty.getUrl()url - `CfnApp.SourceProperty.Url`.this@Stability(value=Stable) public CfnApp.SourceProperty.Builder username(String username)
CfnApp.SourceProperty.getUsername()username - `CfnApp.SourceProperty.Username`.this@Stability(value=Stable) public CfnApp.SourceProperty build()
build in interface software.amazon.jsii.Builder<CfnApp.SourceProperty>CfnApp.SourcePropertyNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.