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