@Stability(value=Experimental) public static final class BitBucketSourceCredentialsProps.Builder extends Object implements software.amazon.jsii.Builder<BitBucketSourceCredentialsProps>
BitBucketSourceCredentialsProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
BitBucketSourceCredentialsProps |
build()
Builds the configured instance.
|
BitBucketSourceCredentialsProps.Builder |
password(SecretValue password)
Sets the value of
BitBucketSourceCredentialsProps.getPassword() |
BitBucketSourceCredentialsProps.Builder |
username(SecretValue username)
Sets the value of
BitBucketSourceCredentialsProps.getUsername() |
@Stability(value=Experimental) public BitBucketSourceCredentialsProps.Builder password(SecretValue password)
BitBucketSourceCredentialsProps.getPassword()password - Your BitBucket application password. This parameter is required.this@Stability(value=Experimental) public BitBucketSourceCredentialsProps.Builder username(SecretValue username)
BitBucketSourceCredentialsProps.getUsername()username - Your BitBucket username. This parameter is required.this@Stability(value=Experimental) public BitBucketSourceCredentialsProps build()
build in interface software.amazon.jsii.Builder<BitBucketSourceCredentialsProps>BitBucketSourceCredentialsPropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.